Next snapshots will have installer and 64 bits version. Switched to Gitlab CI to generate snapshots.

This commit is contained in:
2021-06-28 10:23:39 -05:00
parent fe8b58a7b9
commit a7838bbf7d
4 changed files with 101 additions and 90 deletions

View File

@@ -39,7 +39,7 @@ snapshot32:
- mv src/dist artifacts/TWBlue
- move src/twblue.zip artifacts/twblue_snapshot_x86.zip
only:
- next-gen
- tags
artifacts:
paths:
- artifacts
@@ -75,7 +75,7 @@ snapshot64:
- mv src/dist artifacts/TWBlue64
- move src/twblue.zip artifacts/twblue_snapshot_x64.zip
only:
- next-gen
- tags
artifacts:
paths:
- artifacts
@@ -96,8 +96,8 @@ generate_versions:
- move artifacts/TWBlue scripts/
- move artifacts/TWBlue64 scripts/
- cd scripts
- '&$env:NSIS twblue.nsi'
- move twblue_setup.exe ../artifacts
- '&$env:NSIS twblue_snapshot.nsi'
- move twblue_snapshot_setup.exe ../artifacts
artifacts:
paths:
- artifacts