This commit is contained in:
Phuntsok Drak-pa 2018-11-25 00:53:42 +01:00
parent a4a088779c
commit 89b9385db4
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 1 additions and 8 deletions

View File

@ -1,17 +1,10 @@
image: nvidia/opengl:devel
image: rikorose/gcc-cmake:latest
stages:
- build
- pages
cache:
key: apt-cache
paths:
- apt-cache/
before_script:
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
- apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y build-essential cmake
build:
stage: build