Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
6f6e83eb
Commit
6f6e83eb
authored
Apr 08, 2020
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It probably helps if I add the environment var to the right build job
parent
b2a042cc
Pipeline
#2182
passed with stage
in 23 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
6f6e83eb
...
...
@@ -6,7 +6,6 @@ ubuntu1804:
stage
:
build
script
:
-
apt update -y -qq
-
export DEBIAN_FRONTEND=noninteractive
-
apt install -y build-essential meson libcanberra-dev libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libnotify-dev libpci-dev libperl-dev libproxy-dev libssl-dev python3-dev python3-cffi appstream-util
-
cd old_icons
-
bash replace.sh
...
...
@@ -22,6 +21,7 @@ ubuntu2004:
stage
:
build
script
:
-
apt update -y -qq
-
export DEBIAN_FRONTEND=noninteractive
-
apt install -y build-essential meson libcanberra-dev libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libnotify-dev libpci-dev libperl-dev libproxy-dev libssl-dev python3-dev python3-cffi appstream-util
-
cd old_icons
-
bash replace.sh
...
...
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