From 218ddd03767772d3dfab0d44a9d924d919442924 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 13 Apr 2015 20:03:49 -0700 Subject: Add AppVeyor build scripts --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') 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 -- cgit v1.2.3 From baacd81907dbbb0ba153ae99acfe1ab87d028917 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 13 Apr 2015 20:10:45 -0700 Subject: Fix AppVeyor script path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index afdef8f..33ed76b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ version: "{build}" build_script: - - ps: .\tests\appveyor.ps1 \ No newline at end of file + - ps: .\tests\autotest-appveyor.ps1 \ No newline at end of file -- cgit v1.2.3