Wrong compiler
This commit is contained in:
@@ -417,19 +417,19 @@ macos-cpp14-release:
|
|||||||
# OS: Windows
|
# OS: Windows
|
||||||
# Architecture: x64
|
# Architecture: x64
|
||||||
# Shared: TRUE
|
# Shared: TRUE
|
||||||
# VS Version: VS2017
|
# VS Version: VS2019
|
||||||
# Apps: {{APPS}}
|
# Apps: {{APPS}}
|
||||||
|
|
||||||
build-VS2017-x64-shared-TRUE-apps:
|
build-VS2019-x64-shared-TRUE-apps:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
BUILD_PLATFORM: "VS2017"
|
BUILD_PLATFORM: "VS2019"
|
||||||
ARCHITECTURE: "x64"
|
ARCHITECTURE: "x64"
|
||||||
SHARED: "TRUE"
|
SHARED: "TRUE"
|
||||||
APPS: "ON"
|
APPS: "ON"
|
||||||
script: "CI\\Windows.bat"
|
script: "CI\\Windows.bat"
|
||||||
tags:
|
tags:
|
||||||
- VS2017
|
- VS2019
|
||||||
- Qt5150
|
- Qt5150
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
@@ -440,16 +440,16 @@ build-VS2017-x64-shared-TRUE-apps:
|
|||||||
- build-release/unittests/report-customvec.xml
|
- build-release/unittests/report-customvec.xml
|
||||||
- build-release/unittests/report-doublevec.xml
|
- build-release/unittests/report-doublevec.xml
|
||||||
|
|
||||||
build-VS2017-x64-shared-TRUE-no-apps:
|
build-VS2019-x64-shared-TRUE-no-apps:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
BUILD_PLATFORM: "VS2017"
|
BUILD_PLATFORM: "VS2019"
|
||||||
ARCHITECTURE: "x64"
|
ARCHITECTURE: "x64"
|
||||||
SHARED: "TRUE"
|
SHARED: "TRUE"
|
||||||
APPS: "OFF"
|
APPS: "OFF"
|
||||||
script: "CI\\Windows.bat"
|
script: "CI\\Windows.bat"
|
||||||
tags:
|
tags:
|
||||||
- VS2017
|
- VS2019
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-release/*.exe
|
- build-release/*.exe
|
||||||
@@ -464,19 +464,19 @@ build-VS2017-x64-shared-TRUE-no-apps:
|
|||||||
# OS: Windows
|
# OS: Windows
|
||||||
# Architecture: x64
|
# Architecture: x64
|
||||||
# Shared: FALSE
|
# Shared: FALSE
|
||||||
# VS Version: VS2017
|
# VS Version: VS2019
|
||||||
# Apps: {{APPS}}
|
# Apps: {{APPS}}
|
||||||
|
|
||||||
build-VS2017-x64-shared-FALSE-apps:
|
build-VS2019-x64-shared-FALSE-apps:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
BUILD_PLATFORM: "VS2017"
|
BUILD_PLATFORM: "VS2019"
|
||||||
ARCHITECTURE: "x64"
|
ARCHITECTURE: "x64"
|
||||||
SHARED: "FALSE"
|
SHARED: "FALSE"
|
||||||
APPS: "ON"
|
APPS: "ON"
|
||||||
script: "CI\\Windows.bat"
|
script: "CI\\Windows.bat"
|
||||||
tags:
|
tags:
|
||||||
- VS2017
|
- VS2019
|
||||||
- Qt5150
|
- Qt5150
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
@@ -487,16 +487,16 @@ build-VS2017-x64-shared-FALSE-apps:
|
|||||||
- build-release/unittests/report-customvec.xml
|
- build-release/unittests/report-customvec.xml
|
||||||
- build-release/unittests/report-doublevec.xml
|
- build-release/unittests/report-doublevec.xml
|
||||||
|
|
||||||
build-VS2017-x64-shared-FALSE-no-apps:
|
build-VS2019-x64-shared-FALSE-no-apps:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
BUILD_PLATFORM: "VS2017"
|
BUILD_PLATFORM: "VS2019"
|
||||||
ARCHITECTURE: "x64"
|
ARCHITECTURE: "x64"
|
||||||
SHARED: "FALSE"
|
SHARED: "FALSE"
|
||||||
APPS: "OFF"
|
APPS: "OFF"
|
||||||
script: "CI\\Windows.bat"
|
script: "CI\\Windows.bat"
|
||||||
tags:
|
tags:
|
||||||
- VS2017
|
- VS2019
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-release/*.exe
|
- build-release/*.exe
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
# Windows tasks
|
# Windows tasks
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|
||||||
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=TRUE, VSVERSION=VS2017, QTTAG=Qt5150}
|
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=TRUE, VSVERSION=VS2019, QTTAG=Qt5150}
|
||||||
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=FALSE, VSVERSION=VS2017, QTTAG=Qt5150}
|
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=FALSE, VSVERSION=VS2019, QTTAG=Qt5150}
|
||||||
|
|
||||||
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=TRUE, VSVERSION=VS2017, QTTAG=Qt5101}
|
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=TRUE, VSVERSION=VS2017, QTTAG=Qt5101}
|
||||||
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=FALSE, VSVERSION=VS2017, QTTAG=Qt5101}
|
{windows-template-job.yml, ARCHITECTURE=x64, SHARED=FALSE, VSVERSION=VS2017, QTTAG=Qt5101}
|
||||||
|
|||||||
Reference in New Issue
Block a user