diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab25f38f87b297297f9b8395ec58282eb15d220e..dfbee24a5bab2b452f99fc40459d96b365abe48e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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