This commit is contained in:
Akkadius
2022-12-25 01:42:28 -06:00
parent e6dc06c0c6
commit 1c7dedb12d
2 changed files with 5 additions and 11 deletions
+3 -8
View File
@@ -80,10 +80,8 @@ steps:
- name: Package Artifacts
image: akkadius/eqemu-server:v11
commands:
- find build/bin/
- find build-bots/bin/
- zip -j linux-build-x64.zip ./build/bin/*
- zip -j linux-build-bots-x64.zip ./build-bots/bin/*
- zip -j eqemu-server-linux-x64.zip ./build/bin/*
- zip -j eqemu-server-linux-bots-x64.zip ./build-bots/bin/*
- ls -lsh | grep zip
volumes:
- name: cache
@@ -101,9 +99,6 @@ kind: pipeline
type: exec
name: Build Windows Binaries
# Limits how many of these builds can run on the drone runner at a time, this isn't about cores
concurrency:
limit: 1
platform:
os: windows
@@ -123,7 +118,7 @@ steps:
- name: package-artifacts
commands:
- utils/scripts/build/package-artifacts.ps1
- dir *
- dir *.zip
trigger:
branch: