Skip to content

Commit

Permalink
web depoy site to eos using gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Feb 2, 2021
1 parent e17d47a commit 94e663d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

generate-docs:
tags:
- cvmfs
script:
- ls /cvmfs
- source /cvmfs/sft.cern.ch/lcg/views/LCG_99/x86_64-centos7-gcc8-opt/setup.sh
- mkdir build; cd build;
- cmake .. -DEDM4HEP_DOCUMENTATION=ON
- make doc
artifacts:
paths:
- build
expire_in: 1 week



deployment:
dependencies:
- generate-docs
stage: deploy
image: gitlab-registry.cern.ch/ci-tools/ci-web-deployer:latest
script:
- ls build
- deploy-eos
before_script: []
after_script: []

0 comments on commit 94e663d

Please sign in to comment.