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