Add all repos
This commit is contained in:
parent
faa12c60bc
commit
8a91c9b89b
369 changed files with 29047 additions and 28 deletions
25
zammad-addon-pgp/.gitlab-ci.yml
Normal file
25
zammad-addon-pgp/.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
image: registry.gitlab.com/guardianproject-ops/docker-python-node:python3.8-nodejs12
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- trigger
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y make ruby
|
||||
- gem install rufo -v 0.12.0
|
||||
- pip install inflection
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Skipping tests" # make test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*.szpm
|
||||
script:
|
||||
- make
|
||||
Loading…
Add table
Add a link
Reference in a new issue