diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-13 20:03:49 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-13 20:03:49 -0700 |
commit | 218ddd03767772d3dfab0d44a9d924d919442924 (patch) | |
tree | 4c346eaa02b3a8098599290665286a0cee619e37 /appveyor.yml | |
parent | 05032b4c06edaa5ab0ee02b5e9d38cc2bbedd8dc (diff) |
Add AppVeyor build scripts
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..afdef8f --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,4 @@ +version: "{build}" + +build_script: + - ps: .\tests\appveyor.ps1
\ No newline at end of file |