summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 7caa384d13723179001affff02e17172a17a632e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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