[gjs: 1/3] CI: add a PPC64LE build test
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/3] CI: add a PPC64LE build test
- Date: Tue, 12 Jun 2018 19:29:40 +0000 (UTC)
commit a2b38ed3a8843b5843e7d0d057e809121a2d6fe3
Author: Claudio André <claudioandre br gmail com>
Date: Tue Jun 12 11:14:54 2018 -0300
CI: add a PPC64LE build test
.gitlab-ci.yml | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b30adba5..4ee6a3be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -334,8 +334,6 @@ zeal_11:
paths: *reg_files
image: docker:latest
- variables:
- DOCKER_DRIVER: overlay
services:
- docker:dind
@@ -352,8 +350,9 @@ zeal_11:
# Register QEMU archs
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
+ # Run the multiarch test job using QEMU
- 'docker run -v $(pwd):/cwd
- -e DEV=$DEV -e TEST=check -e BUILD_OPTS=$BUILD_OPTS -e CC=$CC -e STATIC=$STATIC $IMAGE
+ -e TEST=check $IMAGE
bash -e -c "cd /cwd && test/test-ci.sh GJS"
'
@@ -367,5 +366,14 @@ armv8:
<<: *multiarch
stage: thorough_tests
variables:
+ DOCKER_DRIVER: overlay
IMAGE: "claudioandre/spidermonkey:fedora.aarch64.gcc"
when: manual
+
+ppc64le:
+ <<: *multiarch
+ stage: thorough_tests
+ variables:
+ DOCKER_DRIVER: overlay
+ IMAGE: "claudioandre/spidermonkey:fedora.ppc64le.gcc"
+ when: manual
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]