summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 0d559ef3cb63cbd3952239fe33f58da71f53a18b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: lazka/gitlab-gtk:v1

stages:
  - build

before_script:
  - mkdir -p _ccache
  - export CCACHE_BASEDIR=${PWD}
  - export CCACHE_DIR=${PWD}/_ccache

cache:
  paths:
    - _ccache/
    - subprojects/gdk-pixbuf/
    - subprojects/glib/
    - subprojects/graphene/
    - subprojects/libepoxy/
    - subprojects/pango/

build:
  stage: build
  script:
   - bash -x ./.gitlab-ci/test-docker.sh