mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-06-01 00:00:02 +08:00
1dd2f46452
git-subtree-dir: Sources/ASIO git-subtree-split: 8d4c8c3ce43c866f609d2eda9a43fe5b334620be
25 lines
537 B
YAML
25 lines
537 B
YAML
version: "{branch} (#{build})"
|
|
|
|
image:
|
|
- Visual Studio 2015
|
|
|
|
environment:
|
|
matrix:
|
|
- DEBUG: 1
|
|
STANDALONE: 1
|
|
WARNINGS: 1
|
|
- DEBUG: 1
|
|
STANDALONE: 1
|
|
WARNINGS: 1
|
|
WIN9X: 1
|
|
- DEBUG: 1
|
|
BOOSTDIR: C:\Libraries\boost_1_63_0
|
|
WARNINGS: 1
|
|
|
|
build_script:
|
|
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
|
|
- cd asio\src
|
|
- nmake -f Makefile.msc
|
|
- nmake -f Makefile.msc check
|