aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..94125fd
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,14 @@
1version: 1.0.{build}
2branches:
3 only:
4 - master
5image: Visual Studio 2019
6configuration:
7- Debug
8- Release
9platform: x86
10build:
11 project: MoonPlus.sln
12 parallel: true
13 verbosity: normal
14test: off