[mlpack] 04/20: Build against Visual Studio 2015 and Visual Studio 2017.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu May 25 20:44:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit fc70fbc1450526e05e8eb83bdafe9b29f4bb8e8b
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date: Fri Apr 28 15:47:53 2017 +0200
Build against Visual Studio 2015 and Visual Studio 2017.
---
.appveyor.yml | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 802f096..e801512 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,8 +1,16 @@
-clone_depth: 30
+clone_depth: 10
+
environment:
- VisualStudioVersion: 14.0
+ matrix:
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ VSVER: Visual Studio 14 2015 Win64
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+ VSVER: Visual Studio 15 2017 Win64
+
configuration: Release
+
os: Visual Studio 2015
+
install:
- ps: nuget install boost -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
- ps: nuget install boost_unit_test_framework-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
@@ -11,6 +19,7 @@ install:
- ps: nuget install boost_serialization-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
- ps: nuget install boost_math_c99-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
- ps: nuget install OpenBLAS -o "${env:APPVEYOR_BUILD_FOLDER}"
+
build_script:
- mkdir boost_libs
- ps: cp C:\projects\mlpack\boost_program_options-vc140.1.60.0.0\lib\native\address-model-64\lib\*.* C:\projects\mlpack\boost_libs\
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list