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

Merge branch 'pages' into 'master'

Pages

See merge request !6
parents ba9338ea bc65328f
Branches
Tags
1 merge request!6Pages
Pipeline #6284 canceled
...@@ -4,21 +4,21 @@ stages: ...@@ -4,21 +4,21 @@ stages:
- build - build
- deploy - deploy
compile: #compile:
stage: build # stage: build
tags: # tags:
- sodium # - sodium
script: # script:
- mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j20 && make install # - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j20 && make install
#pages: pages:
# image: alpine:latest stage: deploy
# stage: deploy script:
# script: - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make doc_doxygen && cd ..
# - cp -r docs/html public - cp -r build/doxygen_output/html public
# artifacts: artifacts:
# paths: paths:
# - public - public
# only: only:
# - master - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment