summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b68baae..7d29bcad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,13 @@
before_script:
- export LC_ALL="C.UTF-8"
- git clone https://gitlab.com/baserock/ybd.git
- - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
- - pip install fs pyyaml sandboxlib requests jsonschema
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
+ - sudo linux32 -B ybd/ybd.py systems/ivi-system-x86_32.morph x86_32
+ - sudo linux32 -B ybd/ybd.py systems/initramfs-x86_32.morph x86_32
only:
- /^james\/.*$/
+ tags:
+ - mitzy