Update .gitlab-ci.yml

This commit is contained in:
Bartosz Wieczorek 2019-01-04 13:30:52 +01:00
parent 65814ed3aa
commit fe626d7ebe

View File

@ -4,6 +4,8 @@ stages:
Build:
stage: build
image: rikorose/gcc-cmake:gcc-7
tags:
- ccache
script:
- mkdir build -p; cd build