This commit is contained in:
parent
fc02a8af6b
commit
2356bfe0e9
1 changed files with 6 additions and 3 deletions
|
@ -26,9 +26,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
||||||
- misc/windows/update_version.sh
|
- misc/windows/update_version.sh
|
||||||
- makensis -V4 misc/windows/NSIS/installer.nsi
|
- cd misc/windows/NSIS
|
||||||
|
- makensis -V4 ./installer.nsi
|
||||||
- cp Installer-*.exe /builds/ns-usbloader/
|
- cp Installer-*.exe /builds/ns-usbloader/
|
||||||
- rm misc/windows/NSIS/NS-USBloader.exe
|
- rm ./NS-USBloader.exe
|
||||||
|
- cd ../../../
|
||||||
volumes:
|
volumes:
|
||||||
- name: builds
|
- name: builds
|
||||||
path: /builds
|
path: /builds
|
||||||
|
@ -52,7 +54,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
||||||
- misc/windows/update_version.sh legacy
|
- misc/windows/update_version.sh legacy
|
||||||
- makensis -V4 misc/windows/NSIS/installer.nsi
|
- cd misc/windows/NSIS
|
||||||
|
- makensis -V4 ./installer.nsi
|
||||||
- cp Installer-*.exe /builds/ns-usbloader/
|
- cp Installer-*.exe /builds/ns-usbloader/
|
||||||
volumes:
|
volumes:
|
||||||
- name: builds
|
- name: builds
|
||||||
|
|
Loading…
Reference in a new issue