global image

This commit is contained in:
Lukas Heiligenbrunner 2020-10-16 18:25:47 +02:00
parent b3da9b64fa
commit 40110b13ca

View File

@ -3,6 +3,8 @@ stages:
- build
- post
image: conanio/gcc9:latest
cache:
paths:
- /home/conan/.conan/
@ -10,7 +12,6 @@ cache:
# Unix Build
cmake:
stage: cmake
image: conanio/gcc9:latest
script:
- mkdir build -p
- cd build
@ -31,7 +32,6 @@ cmake:
build:
stage: build
image: luki42/dynuiprefresher_build:latest
script:
- cd build
- make dynuiprefresher
@ -46,7 +46,6 @@ build:
build_package:
stage: post
image: luki42/dynuiprefresher_build:latest
script:
- cd build
- make package
@ -60,7 +59,6 @@ build_package:
test:
stage: post
image: luki42/dynuiprefresher_build:latest
script:
- cd build
- make build-test