Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
652bbd4d
Commit
652bbd4d
authored
May 07, 2019
by
Carsten Heinz
Committed by
Jaco A. Hofmann
May 08, 2019
Browse files
Add fedora 31 to runtime ci
parent
79da31c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
652bbd4d
...
...
@@ -277,6 +277,10 @@ build_tapasco_fedora_30:
image
:
fedora:30
extends
:
.build_tapasco_fedora
build_tapasco_fedora_31
:
image
:
fedora:31
extends
:
.build_tapasco_fedora
build_tapasco_fedora_26_debug
:
variables
:
MODE
:
"
debug"
...
...
@@ -307,6 +311,12 @@ build_tapasco_fedora_30_debug:
image
:
fedora:30
extends
:
.build_tapasco_fedora
build_tapasco_fedora_31_debug
:
variables
:
MODE
:
"
debug"
image
:
fedora:31
extends
:
.build_tapasco_fedora
.build_tapasco_ubuntu
:
before_script
:
-
apt-get -y update && apt-get -y install build-essential linux-headers-generic python cmake libelf-dev libncurses-dev git rpm
...
...
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