mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-27 16:32:27 +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
|
- name: Package Artifacts
|
||||||
image: akkadius/eqemu-server:v11
|
image: akkadius/eqemu-server:v11
|
||||||
commands:
|
commands:
|
||||||
- find build/bin/
|
- zip -j eqemu-server-linux-x64.zip ./build/bin/*
|
||||||
- find build-bots/bin/
|
- zip -j eqemu-server-linux-bots-x64.zip ./build-bots/bin/*
|
||||||
- zip -j linux-build-x64.zip ./build/bin/*
|
|
||||||
- zip -j linux-build-bots-x64.zip ./build-bots/bin/*
|
|
||||||
- ls -lsh | grep zip
|
- ls -lsh | grep zip
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
@ -101,9 +99,6 @@ kind: pipeline
|
|||||||
type: exec
|
type: exec
|
||||||
name: Build Windows Binaries
|
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:
|
platform:
|
||||||
os: windows
|
os: windows
|
||||||
@ -123,7 +118,7 @@ steps:
|
|||||||
- name: package-artifacts
|
- name: package-artifacts
|
||||||
commands:
|
commands:
|
||||||
- utils/scripts/build/package-artifacts.ps1
|
- utils/scripts/build/package-artifacts.ps1
|
||||||
- dir *
|
- dir *.zip
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|||||||
@ -2,6 +2,5 @@ $cwd = Get-Location
|
|||||||
|
|
||||||
Set-Location -Path "$cwd"
|
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 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
|
||||||
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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user