Use latest Ubuntu for Linux builds
This commit is contained in:
parent
a2bcf70d1e
commit
0057ff03da
@ -7,15 +7,15 @@ before_script:
|
|||||||
- echo Current working directory is $(pwd)
|
- echo Current working directory is $(pwd)
|
||||||
|
|
||||||
build linux x86_64:
|
build linux x86_64:
|
||||||
image: rabits/qt:5.9-desktop
|
image: ubuntu
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- linux
|
- linux
|
||||||
script:
|
script:
|
||||||
|
- apt-get install --no-install-recommends -y qt5-default clang make git upx unzip
|
||||||
- qmake --version
|
- qmake --version
|
||||||
- gcc --version
|
- clang --version
|
||||||
- sudo apt-get install --no-install-recommends -y upx unzip
|
|
||||||
|
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- ./configure_ubuntu.sh
|
- ./configure_ubuntu.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user