aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 06:37:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 07:00:31 +0300
commit2d1edbc9ad32681ee0cd3f696cdb095df4c33d5f (patch)
treee43f8df7b3d9107aef954c3577392d5b790f250a /appveyor.yml
parentTravis: add badge to README (diff)
downloadmath-server-2d1edbc9ad32681ee0cd3f696cdb095df4c33d5f.tar.gz
math-server-2d1edbc9ad32681ee0cd3f696cdb095df4c33d5f.zip
add AppVeyor config
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..efc1c28
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,23 @@
+version: '{build}'
+
+image: Visual Studio 2019
+
+platform:
+ - x64
+
+configuration:
+ - Debug
+ - Release
+
+build_script:
+ - ps: .\.appveyor\build.ps1
+
+test_script:
+ - ps: .\.appveyor\test.ps1
+
+for:
+- matrix:
+ only:
+ - image: Visual Studio 2019
+ environment:
+ appveyor_boost_version: 1.71.0