Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
b39a7114
Commit
b39a7114
authored
Oct 06, 2020
by
Thanassis Tsiodras
Committed by
Thanassis Tsiodras
Nov 17, 2020
Browse files
DMT CI depends on specific version of ASN1SCC - install the right one.
parent
47764358
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b39a7114
# image: $CI_REGISTRY_IMAGE/taste:latest
image
:
dmt:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
post_build
build
:
stage
:
build
script
:
-
./configure ; pip3 install --upgrade . ; pip3 uninstall --yes typing ; cd / ; wget -q -O - https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.0f/asn1scc-bin-4.2.4.0f.tar.bz2 | tar jxpvf - ; cd - ; LANG=C LC_ALL=C PATH=$PATH:/asn1scc make
# artifacts:
# paths:
# - 'test/logs/*.err.txt'
# when: on_failure
# expire_in: 2 weeks
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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