aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-09 03:10:39 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-09 03:10:39 +0000
commitc8a3fd6560ced28c96f13c2b4c062a1ac93f4880 (patch)
tree39f8313b802ccde8e451ad3bf44bc63992102743
parent59f72ffa65a1634e9f4b27d6be88826c59bf1754 (diff)
clang-linux -> linux-clang
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35a142a0..41456e56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build linux x86_64:
- linux
script:
- apt-get update
- - apt-get install --no-install-recommends -y qt5-default clang make git sudo curl upx unzip
+ - apt-get install --no-install-recommends -y qt5-default clang make git sudo curl ca-certificates pkg-config upx unzip
- qmake --version
- clang --version
@@ -22,7 +22,7 @@ build linux x86_64:
- ./configure_ubuntu.sh
- cd ..
- - qmake -spec clang-linux
+ - qmake -spec linux-clang
- make -j4
- upx --lzma -9 --force bin/Attorney_Online
artifacts: