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
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=GenericOpt -DENABLE_TESTING=ON ..
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=ON ..
|
||||
- make -j$(nproc)
|
||||
|
||||
test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user