From 53dab8f6f9940a0f3c8fa71d40a5e4abbbbd254d Mon Sep 17 00:00:00 2001 From: Alister Date: Thu, 26 Aug 2021 19:41:26 +0100 Subject: [PATCH] changing image changing image to one which has boost pre-installed --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1dd74f7..9df512cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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