ci: Also build InnoSetup installer on Github Actions

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-10-30 11:16:26 +01:00
committed by Michael Fabian Dirks
parent f9ad87a56d
commit bd60958b2f
3 changed files with 20 additions and 4 deletions
+8 -1
View File
@@ -37,8 +37,15 @@ jobs:
run: |
mkdir build/package
node ./ci/packager.js
- name: "Package Installer (Prereqs)"
run: |
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
- name: "Package Installer (Compile)"
run: |
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
- name: "Upload Artifacts"
uses: actions/upload-artifact@v1
with:
name: ${{ matrix.os }}
path: build/package
path: build/package