mirror of
https://github.com/janet-lang/janet
synced 2025-08-05 13:33:52 +00:00
Update Appveyor to build Wix installer
This commit is contained in:
parent
737fee94d0
commit
338ef8f2e4
@ -19,10 +19,6 @@ init:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
|
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
|
||||||
- choco install nsis -y -pre --version 3.05
|
|
||||||
# Replace makensis.exe and files with special long string build. This should
|
|
||||||
# prevent issues when setting PATH during installation.
|
|
||||||
- 7z e "tools\nsis-3.05-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
|
|
||||||
- build_win all
|
- build_win all
|
||||||
- refreshenv
|
- refreshenv
|
||||||
# We need to reload vcvars after refreshing
|
# We need to reload vcvars after refreshing
|
||||||
@ -48,7 +44,7 @@ artifacts:
|
|||||||
- name: "janet-$(janet_outname)-windows-%platform%"
|
- name: "janet-$(janet_outname)-windows-%platform%"
|
||||||
path: dist
|
path: dist
|
||||||
type: Zip
|
type: Zip
|
||||||
- path: "janet-$(janet_outname)-windows-%platform%-installer.exe"
|
- path: "janet-$(janet_outname)-windows-%platform%-installer.msi"
|
||||||
type: File
|
type: File
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user