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

Merge branch 'ci_update' into 'master'

Added back build job in CI

See merge request !11
parents 19f041dd 897414c9
No related branches found
No related tags found
1 merge request!11Added back build job in CI
Pipeline #6288 passed
...@@ -4,15 +4,10 @@ stages: ...@@ -4,15 +4,10 @@ stages:
- build - build
- deploy - deploy
#compile: compile:
# stage: build stage: build
# tags: script:
# - sodium - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j20 && make install
# script:
# - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j10 && make install
# artifacts:
# paths:
# - build/doxygen_output
gen_doxygen_src: gen_doxygen_src:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment