aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-09 02:47:39 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-09 02:47:39 +0000
commit0057ff03da5a2370705252b89561a46a97cfddb1 (patch)
treed71f9e62e1594ccc919179bfee28d7292dc8e4ac
parenta2bcf70d1ea56f25edd295c49a98bdd414f941fe (diff)
Use latest Ubuntu for Linux builds
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3711c18d..8efe1547 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,15 +7,15 @@ before_script:
- echo Current working directory is $(pwd)
build linux x86_64:
- image: rabits/qt:5.9-desktop
+ image: ubuntu
stage: build
tags:
- docker
- linux
script:
+ - apt-get install --no-install-recommends -y qt5-default clang make git upx unzip
- qmake --version
- - gcc --version
- - sudo apt-get install --no-install-recommends -y upx unzip
+ - clang --version
- cd scripts
- ./configure_ubuntu.sh