mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-27 04:02:37 +00:00
Naming
This commit is contained in:
parent
45afba6e5f
commit
ccd325f75d
11
.drone.yml
11
.drone.yml
@ -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:
|
||||
|
||||
@ -2,6 +2,5 @@ $cwd = Get-Location
|
||||
|
||||
Set-Location -Path "$cwd"
|
||||
|
||||
7z a win-build-x64.zip $cwd\win-build-x64\bin\RelWithDebInfo\*.exe $cwd\win-build-x64\bin\RelWithDebInfo\*.dll $cwd\win-build-x64\bin\RelWithDebInfo\*.pdb $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.pdb
|
||||
|
||||
7z a win-build-bots-x64.zip $cwd\win-build-bots-x64\bin\RelWithDebInfo\*.exe $cwd\win-build-bots-x64\bin\RelWithDebInfo\*.dll $cwd\win-build-bots-x64\bin\RelWithDebInfo\*.pdb $cwd\win-build-bots-x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\win-build-bots-x64\libs\zlibng\RelWithDebInfo\*.pdb
|
||||
7z a eqemu-server-windows-x64.zip $cwd\win-build-x64\bin\RelWithDebInfo\*.exe $cwd\win-build-x64\bin\RelWithDebInfo\*.dll $cwd\win-build-x64\bin\RelWithDebInfo\*.pdb $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.pdb
|
||||
7z a eqemu-server-windows-bots-x64.zip $cwd\win-build-bots-x64\bin\RelWithDebInfo\*.exe $cwd\win-build-bots-x64\bin\RelWithDebInfo\*.dll $cwd\win-build-bots-x64\bin\RelWithDebInfo\*.pdb $cwd\win-build-bots-x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\win-build-bots-x64\libs\zlibng\RelWithDebInfo\*.pdb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user