Update .gitlab-ci.yml
This commit is contained in:
parent
27f99cf08e
commit
6dc76c70fe
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ build:
|
|||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
- make -j($nproc)
|
||||
- make -j$(nproc)
|
||||
artifacts:
|
||||
untracked: true
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue