aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-22 16:22:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-22 16:22:42 +0300
commit9fb3068fdff028cf982eb63fc711c1ba44189017 (patch)
tree13fd53e45466948bba743de408084b2ba4ba366c /appveyor.yml
parentum: code style (diff)
downloadwindows7-drivers-9fb3068fdff028cf982eb63fc711c1ba44189017.tar.gz
windows7-drivers-9fb3068fdff028cf982eb63fc711c1ba44189017.zip
add AppVeyor configuration
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..2bea0dd
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,17 @@
+version: '{build}'
+image: Visual Studio 2015
+
+branches:
+ only:
+ - master
+
+platform:
+ - Win32
+ - x64
+
+configuration:
+ - Debug
+ - Release
+
+build_script:
+ - ps: .\.appveyor\build.ps1