summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAli Abdulkadir <autostart.ini@gmail.com>2016-11-18 04:00:01 +0300
committerAli Abdulkadir <autostart.ini@gmail.com>2018-06-09 15:21:20 +0300
commite254945893337f8cf5586d534e100949302da2b7 (patch)
treedb4b37d9a04570d375ba7f6a796e36b140508c25 /appveyor.yml
parente59a1163f4d1ef949d0a1cd96d789c684cd8f28e (diff)
downloadlibnet-e254945893337f8cf5586d534e100949302da2b7.tar.gz
appveyor test #12?
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 28527b4..16eb471 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,10 +3,13 @@ install:
- appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
- 7z x .\WpdPack_4_1_2.zip -o..
+environment:
+ VsDevCmd.bat= "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\\Tools\VsDevCmd.bat"
+
before_build:
- cd C:\projects\libnet\libnet
build_script:
-- cmd: \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat\"
+- VsDevCmd.bat
- msvcbuild.bat
- msvcbuild.bat x64 \ No newline at end of file