Fix pipeline when running on multiple runners
This commit is contained in:
parent
10a1f2757b
commit
62f74fbdad
@ -15,7 +15,7 @@ build_release:
|
|||||||
expire_in: 100s
|
expire_in: 100s
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake -DCMAKE_BUILD_TYPE=GenericOpt -DENABLE_TESTING=ON ..
|
- cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=ON ..
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user