Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
pbdf-schememanager
Commits
28be138b
Commit
28be138b
authored
Nov 05, 2019
by
David Venhoek
Browse files
Added CI verification.
parent
9853b82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
28be138b
image
:
privacybydesign/irma:latest
stages
:
-
verify
before_script
:
-
set -euxo pipefail
-
ln -s "$CI_PROJECT_DIR" "/tmp/pbdf"
-
cd /tmp/pbdf
verify
:
stage
:
verify
artifacts
:
paths
:
-
./*
script
:
-
irma scheme verify
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment