gitlab: use the correct relative address for cmake builds

This commit is contained in:
Danny Robson 2018-06-20 13:23:14 +10:00
parent c2955997cc
commit cad9af9e25

View File

@ -13,7 +13,7 @@ build:
- apt -y install cmake ninja-build python3 ragel
script:
- mkdir build && cd build
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON
- ninja
artifacts:
untracked: true