mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-06-02 09:37:38 +00:00
14 lines
249 B
YAML
14 lines
249 B
YAML
image:
|
|
- Visual Studio 2019
|
|
|
|
platform:
|
|
- x64
|
|
|
|
build_script:
|
|
- cmd: >-
|
|
cd test
|
|
|
|
msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%
|
|
|
|
test_script:
|
|
- cmd: x64\Release\test.exe
|