Use a locally-sourced image for Windows builds
This commit is contained in:
parent
8a5be72f91
commit
72dbc4f3ae
@ -5,9 +5,10 @@ cache:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo Current working directory is $(pwd)
|
- echo Current working directory is $(pwd)
|
||||||
|
- echo Current user is $(whoami)
|
||||||
- qmake --version
|
- qmake --version
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- apt-get install --no-install-recommends -y upx zip unzip
|
- sudo apt-get install --no-install-recommends -y upx zip unzip
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- ./configure_ubuntu.sh
|
- ./configure_ubuntu.sh
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -27,7 +28,7 @@ build linux x86_64:
|
|||||||
- bin/
|
- bin/
|
||||||
|
|
||||||
build windows i686:
|
build windows i686:
|
||||||
image: fffaraz/qt
|
image: ${CI_REGISTRY_IMAGE}/builder-windows-i686
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user