Skip to content
Snippets Groups Projects

Added back build job in CI

Merged Whitney Armstrong requested to merge ci_update into master
1 file
+ 4
9
Compare changes
  • Side-by-side
  • Inline
+ 4
9
@@ -4,15 +4,10 @@ stages:
- build
- deploy
#compile:
# stage: build
# tags:
# - sodium
# script:
# - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j10 && make install
# artifacts:
# paths:
# - build/doxygen_output
compile:
stage: build
script:
- mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j20 && make install
gen_doxygen_src:
stage: build
Loading