summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-02 22:31:14 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-02 22:31:14 -0400
commit8afd01d18d17b15e2cb75aabe18f01a150a49d6a (patch)
treee72e43f20aeb44d875136190b2bf2a84b992dfc8 /.appveyor.yml
parente162a67231a1cf87d32aa517f252802eeeb11694 (diff)
downloadcryptopp-git-8afd01d18d17b15e2cb75aabe18f01a150a49d6a.tar.gz
Fix AppVeyor *.vcxproj file copy
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 18665502..8c1b924d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -35,13 +35,13 @@ test_script:
- cmd: >-
- copy /y TestScripts/cryptlib.vcxproj .
+ copy /y TestScripts\cryptlib.vcxproj .
- copy /y TestScripts/cryptest.vcxproj .
+ copy /y TestScripts\cryptest.vcxproj .
msbuild /t:Build cryptlib.vcxproj
- msbuild /t:Build cryptest.vcxproj
+ msbuild /t:Build /p:platform=%platform%;configuration=%configuration% cryptest.vcxproj
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
@@ -52,7 +52,6 @@ test_script:
# Right now, we have a few failures that we don't know how to workaround.
# - https://stackoverflow.com/questions/43441273/how-to-run-vcupgrade-before-appveyor-build
# - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor
-# Appveyor also complains that it can't find VS2010 tools even though the docs state they are there.
matrix:
@@ -65,9 +64,8 @@ matrix:
- image: Visual Studio 2017
notifications:
- - provider: Email
- to:
- - cryptopp-build@googlegroups.com
- on_build_success: true
- on_build_failure: true
-
+ - provider: Email
+ to:
+ - cryptopp-build@googlegroups.com
+ on_build_success: true
+ on_build_failure: true