changing image
changing image to one which has boost pre-installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user