mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Test
This commit is contained in:
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user