summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 7e4597894b571a1cb29336c846c6d099823fc629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: docker:latest
services:
    - docker:dind

before_script:
    - echo FROM nwnk/xserver-travis-rawhide:v5 > Dockerfile
    - echo ADD . /root >> Dockerfile
    - echo WORKDIR /root >> Dockerfile
    - docker build -t withgit .

job:
    script:
        - docker run --volume $HOME/.ccache:/root/.ccache withgit ./test/gitlab-ci.sh