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