summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c46bcd49..7caa384d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,15 @@
image: samthursfield/buildstream:0.1-20170621.1
+before_script:
+ # Needed until https://gitlab.com/BuildStream/buildstream/merge_requests/34
+ # is merged.
+ - cd ~/buildstream
+ - git remote add fork https://gitlab.com/samthursfield/buildstream
+ - git remote update fork
+ - git reset --hard fork/sam/host-and-target-arch
+ - pip3 install .
+ - cd -
+
stages:
- build