Skip to content
Snippets Groups Projects
Commit 897414c9 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added back build job in CI

- the project is compiled in a ci job
parent 19f041dd
No related branches found
No related tags found
1 merge request!11Added back build job in CI
Pipeline #6287 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment