gitlab: add packages for ragel and python3

This commit is contained in:
Danny Robson 2018-06-20 12:41:47 +10:00
parent ec9b0a4797
commit 0a61a64174

View File

@ -7,7 +7,7 @@ build:
stage: build
before_script:
- apt update
- apt -y install cmake ninja-build
- apt -y install cmake ninja-build python3 ragel
script:
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON