[d-feet/correctly-honour-theme-foreground-colour] Enable GitLab CI
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet/correctly-honour-theme-foreground-colour] Enable GitLab CI
- Date: Tue, 18 Sep 2018 14:44:47 +0000 (UTC)
commit eca3be46bd3738bef933e8564cdf2759f9668b0e
Author: Will Thompson <will willthompson co uk>
Date: Tue Sep 18 15:42:49 2018 +0100
Enable GitLab CI
.gitlab-ci.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f47f37f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,20 @@
+image: fedora:28
+
+stages:
+ - build
+
+before_script:
+ - dnf update -y
+ - dnf install -y desktop-file-utils gettext glib2-devel gobject-introspection-devel gtk3-devel intltool
itstool python3-devel python2-pep8 libappstream-glib libwnck3 python3-gobject
+
+build:
+ stage: build
+ script:
+ - PYTHON=python3 ./autogen.sh
+ - make
+ - make check
+ artifacts:
+ when: on_failure
+ name: "d-feet-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
+ paths:
+ - "${CI_PROJECT_DIR}/src/tests/test-suite.log"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]