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
5e7ad913
Commit
5e7ad913
authored
Oct 10, 2018
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try a debian 9 build
parent
794e6e1f
Pipeline
#849
failed with stage
in 6 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
.gitlab-ci.yml
.gitlab-ci.yml
+15
-1
No files found.
.gitlab-ci.yml
View file @
5e7ad913
...
...
@@ -2,7 +2,7 @@
stages
:
-
build
build_
ubuntu1804
:
ubuntu1804
:
image
:
ubuntu:18.04
stage
:
build
script
:
...
...
@@ -16,4 +16,18 @@ build_ubuntu1804:
artifacts
:
paths
:
-
build/src/fe-gtk/hexchat
debian9
:
image
:
debian:9
stage
:
build
script
:
-
apt update -y -qq
-
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 appstream-util
-
cd old_icons
-
bash replace.sh
-
cd ..
-
meson build
-
ninja -C build
artifacts
:
paths
:
-
build/src/fe-gtk/hexchat
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