build: clean workflow
This commit is contained in:
parent
9f68a0ed4b
commit
b038ebf661
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -13,6 +13,9 @@ concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
PREMAKE_VERSION: "5.0.0-beta2"
|
||||
|
||||
jobs:
|
||||
build-win:
|
||||
name: Build Windows
|
||||
@ -43,7 +46,7 @@ jobs:
|
||||
- name: Install Premake5
|
||||
uses: abel0b/setup-premake@v2.3
|
||||
with:
|
||||
version: "5.0.0-beta2"
|
||||
version: ${{ env.PREMAKE_VERSION }}
|
||||
|
||||
- name: Generate project files
|
||||
run: premake5 vs2022
|
||||
@ -91,7 +94,7 @@ jobs:
|
||||
- name: Install Premake5
|
||||
uses: abel0b/setup-premake@v2.3
|
||||
with:
|
||||
version: "5.0.0-beta2"
|
||||
version: ${{ env.PREMAKE_VERSION }}
|
||||
|
||||
- name: Generate project files
|
||||
run: premake5 --cc=clang gmake2
|
||||
@ -138,7 +141,7 @@ jobs:
|
||||
- name: Install Premake5
|
||||
uses: abel0b/setup-premake@v2.3
|
||||
with:
|
||||
version: "5.0.0-beta2"
|
||||
version: ${{ env.PREMAKE_VERSION }}
|
||||
|
||||
- name: Generate project files
|
||||
run: premake5 gmake2
|
||||
|
@ -18,6 +18,7 @@ void getbots_command::handle_command(const network::address& target, const std::
|
||||
"avail",
|
||||
"Boston",
|
||||
"Bubbles",
|
||||
"Caliber",
|
||||
"Catalyst",
|
||||
"Cenote",
|
||||
"Chicago",
|
||||
@ -25,9 +26,12 @@ void getbots_command::handle_command(const network::address& target, const std::
|
||||
"Cressi",
|
||||
"Cypress",
|
||||
"David Guetta",
|
||||
"Debian",
|
||||
"Devil's Spring",
|
||||
"Diamante",
|
||||
"Diavolo",
|
||||
"Dsso",
|
||||
"Eagle's Nest",
|
||||
"Eldor",
|
||||
"Evan",
|
||||
"Eve",
|
||||
@ -48,6 +52,7 @@ void getbots_command::handle_command(const network::address& target, const std::
|
||||
"INeedGames",
|
||||
"Infamous",
|
||||
"Inferno",
|
||||
"InfinityScript",
|
||||
"Jack Back",
|
||||
"Jebus3211",
|
||||
"JetFins",
|
||||
@ -69,8 +74,10 @@ void getbots_command::handle_command(const network::address& target, const std::
|
||||
"Mares",
|
||||
"momo5502",
|
||||
"Montreal",
|
||||
"MSVC",
|
||||
"MUPP",
|
||||
"mxve",
|
||||
"Neapolis",
|
||||
"New York",
|
||||
"Nightzy",
|
||||
"OneFourOne",
|
||||
@ -89,10 +96,12 @@ void getbots_command::handle_command(const network::address& target, const std::
|
||||
"RezTech",
|
||||
"Roxie",
|
||||
"Santi Diving",
|
||||
"sass",
|
||||
"Sass",
|
||||
"saysupshelly",
|
||||
"Scarlxrd",
|
||||
"SCUBAPRO",
|
||||
"Serious",
|
||||
"Sestriere",
|
||||
"Sloth",
|
||||
"Slykuiper",
|
||||
"Snake",
|
||||
@ -100,7 +109,9 @@ void getbots_command::handle_command(const network::address& target, const std::
|
||||
"Squirrel",
|
||||
"st0rm",
|
||||
"StarBerry",
|
||||
"Trimix",
|
||||
"TwinLeaf",
|
||||
"Ubuntu",
|
||||
"Valkyrie",
|
||||
"Wattson",
|
||||
"Wanted",
|
||||
|
Loading…
Reference in New Issue
Block a user