mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Update .drone.yml
This commit is contained in:
+8
-3
@@ -39,9 +39,14 @@ kind: pipeline
|
||||
type: docker
|
||||
name: Build Linux Binaries
|
||||
|
||||
platform:
|
||||
os: windows
|
||||
arch: amd64
|
||||
# Limits how many of these builds can run on the drone runner at a time, this isn't about cores
|
||||
concurrency:
|
||||
limit: 1
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /var/lib/cache
|
||||
|
||||
steps:
|
||||
- name: Init
|
||||
|
||||
Reference in New Issue
Block a user