Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
a6e188a2
Commit
a6e188a2
authored
May 01, 2020
by
Thanassis Tsiodras
Browse files
Attempting to setup Gitlab CI.
parent
6bf40fab
Pipeline
#1622
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
a6e188a2
# image: $CI_REGISTRY_IMAGE/taste:latest
image
:
dmt:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
post_build
build
:
stage
:
build
script
:
-
pip3 uninstall dmt ; pip3 install --upgrade . ; LANG=C LC_ALL=C PATH=$PATH:/asn1scc make'
# artifacts:
# paths:
# - 'test/logs/*.err.txt'
# when: on_failure
# expire_in: 2 weeks
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