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
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j($nproc)
- make -j$(nproc)
artifacts:
untracked: true
paths: