Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adrien Plazas
chatty
Commits
db3fc653
Commit
db3fc653
authored
Oct 18, 2021
by
Adrien Plazas
Browse files
test
parent
88a7e17a
Pipeline
#72154
passed with stages
in 22 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
db3fc653
...
...
@@ -15,14 +15,13 @@ stages:
tags
:
-
librem5
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
build-pureos-gcc-byzantium
:
<<
:
*tags
image
:
pureos/byzantium
stage
:
build
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
script
:
-
apt-get -y build-dep .
-
apt-get -y install libgtk-3-bin xvfb
...
...
@@ -39,6 +38,9 @@ test:debian-gcc:
image
:
pureos/byzantium
dependencies
:
-
build-pureos-gcc-byzantium
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
script
:
-
apt-get -y build-dep .
-
apt-get -y install libgtk-3-bin xvfb lcov
...
...
@@ -55,6 +57,7 @@ check-po:
dependencies
:
-
build-pureos-gcc-byzantium
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
-
apt-get -y install intltool
script
:
...
...
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