gitlab: use the correct relative address for cmake builds
This commit is contained in:
parent
c2955997cc
commit
cad9af9e25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user