testing new image

testing new image
This commit is contained in:
Alister
2021-08-30 11:59:47 +01:00
parent 0ad37fb091
commit fb1b288442

View File

@@ -8,19 +8,14 @@
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: rabits/qt:5.15-desktop
image: docker pull theshadowx/qt5
build:
stage: build
before_script:
#install dependencies
- apt update && apt -y install wget make autoconf cmake python-dev autotools-dev libicu-dev libbz2-dev libboost-all-dev
#download boost
- wget -O boost_1_77_0.tar.gz https://sourceforge.net/projects/boost/files/boost/1.77.0/boost_1_77_0.tar.gz/download
- tar xzvf boost_1_77_0.tar.gz
- cd boost_1_77_0/
#bootstrap boost
- ./bootstrap.sh --prefix=/usr/local
#install dependencies
- apt update && apt -y install wget make autoconf cmake
script:
- mkdir build
- cd build