From fcb4bdea34722fbc9b6dc799e0949abee9ebb0ea Mon Sep 17 00:00:00 2001 From: wutno Date: Thu, 10 Jan 2019 18:05:54 -0500 Subject: [PATCH] Setup appveyor with artifacting --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..d18cb5b --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,10 @@ +environment: + PATH: C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% +configuration: +- Release +build_script: +- cmd: make +after_build: +- cmd: 7z u %APPVEYOR_BUILD_FOLDER%\export\%CONFIGURATION%.zip a56.exe keybld.exe toomf.exe +artifacts: +- path: export/*.zip