From 8f9fae26dddee4b897e3b0195bb3fb4067930704 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 22 Jun 2017 16:14:56 +0000 Subject: .gitlab-ci.yml: Use my fork of BuildStream, for now The definitions require this to be merged: https://gitlab.com/BuildStream/buildstream/merge_requests/34 --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.1