mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Split
This commit is contained in:
+12
-2
@@ -44,9 +44,19 @@ platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: init
|
||||
commands:
|
||||
- utils/scripts/build/windows-build.ps1
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- name: build-win-x64
|
||||
commands:
|
||||
- utils/scripts/build/windows-build-no-bots.ps1
|
||||
- name: build-win-x64-bots
|
||||
commands:
|
||||
- utils/scripts/build/windows-build-bots.ps1
|
||||
- name: package-artifacts
|
||||
commands:
|
||||
- utils/scripts/build/package-artifacts.ps1
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
||||
Reference in New Issue
Block a user