clang-linux -> linux-clang
This commit is contained in:
parent
59f72ffa65
commit
c8a3fd6560
@ -14,7 +14,7 @@ build linux x86_64:
|
|||||||
- linux
|
- linux
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- 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
|
- qmake --version
|
||||||
- clang --version
|
- clang --version
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ build linux x86_64:
|
|||||||
- ./configure_ubuntu.sh
|
- ./configure_ubuntu.sh
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
- qmake -spec clang-linux
|
- qmake -spec linux-clang
|
||||||
- make -j4
|
- make -j4
|
||||||
- upx --lzma -9 --force bin/Attorney_Online
|
- upx --lzma -9 --force bin/Attorney_Online
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user