[gjs: 1/2] CI: do a fast check before building for distros
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/2] CI: do a fast check before building for distros
- Date: Sat, 3 Mar 2018 11:38:40 +0000 (UTC)
commit e56550dd685617dd95b7ee88fcd213e9fb742c92
Author: Claudio André <claudioandre br gmail com>
Date: Thu Mar 1 06:49:07 2018 -0300
CI: do a fast check before building for distros
The main idea is run one build and test job, and stop CI if it fails.
.gitlab-ci.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a365cbb..dfc5b43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ services:
stages:
- static_analysis
+- test
- build
- thorough_tests
- docs
@@ -37,6 +38,16 @@ stages:
$(pwd)/test/test-ci.sh GJS_COVERAGE;
fi'
+fedora:
+ <<: *build
+ when: always
+ stage: test
+ image: claudioandre/spidermonkey:fedora.dev.gcc
+ variables:
+ CC: gcc
+ DEV: devel
+ TEST: "fast"
+
ubuntu_gcc:
<<: *build
stage: build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]