Gitlab will build Release version only

This commit is contained in:
Serki 2020-10-18 23:12:39 +02:00
parent 854cc412b3
commit a9afe474a2

View file

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