Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Malte R
graph-tool
Commits
d989f401
Commit
d989f401
authored
Oct 23, 2020
by
Tiago Peixoto
Browse files
CI: add ubuntu:groovy build
parent
d9f9b513
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d989f401
...
@@ -128,6 +128,19 @@ build_focal:
...
@@ -128,6 +128,19 @@ build_focal:
paths
:
paths
:
-
release/debian/build/*
-
release/debian/build/*
build_groovy
:
script
:
-
BASE=ubuntu:groovy
-
img=`echo $BASE | sed s/:/_/`
-
cd release/debian
-
docker build --build-arg BASE=$BASE --build-arg REF=`git log -n1 --pretty='%H'` -t $img .
-
docker run -v $PWD:/mount $img tar -c build | tar x
only
:
-
tags
artifacts
:
paths
:
-
release/debian/build/*
build_docker
:
build_docker
:
script
:
script
:
-
cd release/docker
-
cd release/docker
...
...
Write
Preview
Supports
Markdown
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