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
|
- apt -y install cmake ninja-build python3 ragel
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- 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
|
- ninja
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
|
Loading…
Reference in New Issue
Block a user