This commit is contained in:
Akkadius
2022-12-25 01:17:23 -06:00
parent 4e0b762244
commit c445f7bed6
4 changed files with 14 additions and 10 deletions
+6 -2
View File
@@ -80,8 +80,8 @@ steps:
- name: Package Artifacts
image: akkadius/eqemu-server:v11
commands:
- find build
- find build-bots
- find build/bin/
- find build-bots/bin/
volumes:
- name: cache
path: /home/eqemu/.ccache/
@@ -98,6 +98,10 @@ 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
arch: amd64