Skip to content

Commit

Permalink
CI: switch to Gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Dec 21, 2021
1 parent 592bdf2 commit dc187f4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
22 changes: 22 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
stages:
- build
- collect

build-docs:
stage: build
image: veyon/docbuilder:latest
script:
- ./build-manuals.py
artifacts:
paths: [ "veyon*.pdf" ]
expire_in: 1 day

collect-artifacts:
stage: collect
image: veyon/docbuilder:latest
dependencies: [ build-docs ]
only: [ tags ]
script:
- ls -la *.pdf
artifacts:
paths: [ "veyon*.pdf" ]
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit dc187f4

Please sign in to comment.