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 build-build-system: stage: build script: - LANG=C.UTF-8 LC_ALL=C.UTF-8 bst build systems/build-system-content.bst