summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \