From 5824a400be6df8e3843aee9af4d893388311cb30 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 22 Mar 2020 09:26:51 +0100 Subject: [PATCH 1/2] CI: Add initial AppVeyor configuration --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..ec96bb3 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +image: Visual Studio 2019 +configuration: Release + +build: + project: basisu.sln + +artifacts: + - path: bin\Release\*.* From 768e29a4e99622af5742583ce52196edcf96563a Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 22 Mar 2020 09:31:54 +0100 Subject: [PATCH 2/2] AppVeyor: Specify artifact path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ec96bb3..b6dd98d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,4 +5,4 @@ build: project: basisu.sln artifacts: - - path: bin\Release\*.* + - path: bin\basisu.exe