changing image

changing image to one which has boost pre-installed
This commit is contained in:
Alister
2021-08-26 19:41:26 +01:00
parent 75470c5813
commit 53dab8f6f9

View File

@@ -8,15 +8,14 @@
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: gcc
image: rabits/qt:5.15-desktop
image: zouzias/boost
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
- apt update && apt -y install make autoconf cmake libboost-all-dev
- apt update && apt -y install make autoconf cmake
script:
- mkdir build
- cd build