1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Add Visual Studio 2015 to appveyor build

This commit is contained in:
Matias Fontanini
2016-03-16 21:02:46 -07:00
parent dda673cad4
commit a75dd9e3f9

View File

@@ -5,6 +5,10 @@ configuration:
platform: platform:
- Win32 - Win32
- x64 - x64
environment:
matrix:
- compiler: Visual Studio 12
- compiler: Visual Studio 14
clone_depth: 1 clone_depth: 1
install: install:
- git clone https://github.com/mfontanini/winpcap-installer.git - git clone https://github.com/mfontanini/winpcap-installer.git
@@ -18,7 +22,7 @@ install:
before_build: before_build:
- mkdir build - mkdir build
- cd build - cd build
- if "%platform%"=="x64" ( set GENERATOR="Visual Studio 12 Win64" ) else ( set GENERATOR="Visual Studio 12" ) - if "%platform%"=="x64" ( set GENERATOR="%compiler% Win64" ) else ( set GENERATOR="%compiler%" )
- cmake .. -G %GENERATOR% -DPCAP_ROOT_DIR=c:\WpdPack -DLIBTINS_BUILD_SHARED=0 -DLIBTINS_ENABLE_WPA2=0 - cmake .. -G %GENERATOR% -DPCAP_ROOT_DIR=c:\WpdPack -DLIBTINS_BUILD_SHARED=0 -DLIBTINS_ENABLE_WPA2=0
build: build:
project: C:/projects/libtins/build/libtins.sln project: C:/projects/libtins/build/libtins.sln