Disable VS15 build.
This commit is contained in:
+16
-15
@@ -59,21 +59,22 @@ jobs:
|
||||
# steps:
|
||||
# - template: macos-steps.yaml
|
||||
|
||||
- job: WindowsVS15
|
||||
timeoutInMinutes: 360
|
||||
displayName: Windows VS15
|
||||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
strategy:
|
||||
matrix:
|
||||
Plain:
|
||||
CMakeArgs: '-DDEBUG=ON -DPROFILE=OFF -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_GO_BINDINGS=OFF -DBUILD_R_BINDINGS=OFF'
|
||||
python.version: '2.7'
|
||||
CMakeGenerator: '-G "Visual Studio 15 2017 Win64"'
|
||||
MSBuildVersion: '15.0'
|
||||
ArchiveNoLibs: 'mlpack-windows-vs15-no-libs.zip'
|
||||
ArchiveLibs: 'mlpack-windows-vs15.zip'
|
||||
ArchiveTests: 'mlpack_test-vs15.xml'
|
||||
# Typically gives a C1060...
|
||||
#- job: WindowsVS15
|
||||
# timeoutInMinutes: 360
|
||||
# displayName: Windows VS15
|
||||
# pool:
|
||||
# vmImage: vs2017-win2016
|
||||
# strategy:
|
||||
# matrix:
|
||||
# Plain:
|
||||
# CMakeArgs: '-DDEBUG=ON -DPROFILE=OFF -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_GO_BINDINGS=OFF -DBUILD_R_BINDINGS=OFF'
|
||||
# python.version: '2.7'
|
||||
# CMakeGenerator: '-G "Visual Studio 15 2017 Win64"'
|
||||
# MSBuildVersion: '15.0'
|
||||
# ArchiveNoLibs: 'mlpack-windows-vs15-no-libs.zip'
|
||||
# ArchiveLibs: 'mlpack-windows-vs15.zip'
|
||||
# ArchiveTests: 'mlpack_test-vs15.xml'
|
||||
|
||||
steps:
|
||||
- template: windows-steps.yaml
|
||||
|
||||
Reference in New Issue
Block a user