From 59f72ffa65a1634e9f4b27d6be88826c59bf1754 Mon Sep 17 00:00:00 2001 From: oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> Date: Sat, 9 Feb 2019 02:56:10 +0000 Subject: [PATCH] Use clang-linux mkspec --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa3ee2..35a142a 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 upx unzip + - apt-get install --no-install-recommends -y qt5-default clang make git sudo curl upx unzip - qmake --version - clang --version @@ -22,7 +22,7 @@ build linux x86_64: - ./configure_ubuntu.sh - cd .. - - qmake + - qmake -spec clang-linux - make -j4 - upx --lzma -9 --force bin/Attorney_Online artifacts: