Update .gitlab-ci.yml

This commit is contained in:
Rily Dunlap 2022-02-15 02:33:37 +00:00
parent 27f99cf08e
commit 6dc76c70fe

View file

@ -19,7 +19,7 @@ build:
- mkdir build - mkdir build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Release .. - cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j($nproc) - make -j$(nproc)
artifacts: artifacts:
untracked: true untracked: true
paths: paths: