summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2016-10-10 14:49:59 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2016-10-10 14:49:59 +0100
commita5069db2d9c606c4c6552fce644f15a723a390c1 (patch)
tree43c3c4521e842263b6ef5e3d3bf847efc2e4423b
parente3a0c6c3881728c0c1699ab1500fb1d3d488300c (diff)
downloaddefinitions-a5069db2d9c606c4c6552fce644f15a723a390c1.tar.gz
Test 32bit build with linux32
-rw-r--r--.gitlab-ci.yml8
-rw-r--r--strata/build-essential/stage1-binutils.morph1
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9c61bf8..15fbe1b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,14 @@ ivi-build-64:
- ybd/ybd.py systems/ivi-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
+ivi-build-32:
+ stage: build
+ script:
+ - linux32 ybd/ybd.py systems/ivi-system-x86_32.morph x86_32
+ - linux32 ybd/ybd.py systems/initramfs-x86_32.morph x86_32
+ only:
+ - /^james\/.*$/
+
gnome-build-64:
stage: build
script:
diff --git a/strata/build-essential/stage1-binutils.morph b/strata/build-essential/stage1-binutils.morph
index 69a79d14..8948c395 100644
--- a/strata/build-essential/stage1-binutils.morph
+++ b/strata/build-essential/stage1-binutils.morph
@@ -16,6 +16,7 @@ configure-commands:
# x86_64).
- |
+ echo "HELLO"
./configure --prefix="$PREFIX" --disable-nls --disable-werror \
--build=$(sh config.guess) \
--host=$(sh config.guess) \