build: clean workflow

This commit is contained in:
Diavolo 2024-01-13 10:40:06 +01:00
parent 9f68a0ed4b
commit b038ebf661
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 18 additions and 4 deletions

View File

@ -13,6 +13,9 @@ concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
env:
PREMAKE_VERSION: "5.0.0-beta2"
jobs: jobs:
build-win: build-win:
name: Build Windows name: Build Windows
@ -43,7 +46,7 @@ jobs:
- name: Install Premake5 - name: Install Premake5
uses: abel0b/setup-premake@v2.3 uses: abel0b/setup-premake@v2.3
with: with:
version: "5.0.0-beta2" version: ${{ env.PREMAKE_VERSION }}
- name: Generate project files - name: Generate project files
run: premake5 vs2022 run: premake5 vs2022
@ -91,7 +94,7 @@ jobs:
- name: Install Premake5 - name: Install Premake5
uses: abel0b/setup-premake@v2.3 uses: abel0b/setup-premake@v2.3
with: with:
version: "5.0.0-beta2" version: ${{ env.PREMAKE_VERSION }}
- name: Generate project files - name: Generate project files
run: premake5 --cc=clang gmake2 run: premake5 --cc=clang gmake2
@ -138,7 +141,7 @@ jobs:
- name: Install Premake5 - name: Install Premake5
uses: abel0b/setup-premake@v2.3 uses: abel0b/setup-premake@v2.3
with: with:
version: "5.0.0-beta2" version: ${{ env.PREMAKE_VERSION }}
- name: Generate project files - name: Generate project files
run: premake5 gmake2 run: premake5 gmake2

View File

@ -18,6 +18,7 @@ void getbots_command::handle_command(const network::address& target, const std::
"avail", "avail",
"Boston", "Boston",
"Bubbles", "Bubbles",
"Caliber",
"Catalyst", "Catalyst",
"Cenote", "Cenote",
"Chicago", "Chicago",
@ -25,9 +26,12 @@ void getbots_command::handle_command(const network::address& target, const std::
"Cressi", "Cressi",
"Cypress", "Cypress",
"David Guetta", "David Guetta",
"Debian",
"Devil's Spring",
"Diamante", "Diamante",
"Diavolo", "Diavolo",
"Dsso", "Dsso",
"Eagle's Nest",
"Eldor", "Eldor",
"Evan", "Evan",
"Eve", "Eve",
@ -48,6 +52,7 @@ void getbots_command::handle_command(const network::address& target, const std::
"INeedGames", "INeedGames",
"Infamous", "Infamous",
"Inferno", "Inferno",
"InfinityScript",
"Jack Back", "Jack Back",
"Jebus3211", "Jebus3211",
"JetFins", "JetFins",
@ -69,8 +74,10 @@ void getbots_command::handle_command(const network::address& target, const std::
"Mares", "Mares",
"momo5502", "momo5502",
"Montreal", "Montreal",
"MSVC",
"MUPP", "MUPP",
"mxve", "mxve",
"Neapolis",
"New York", "New York",
"Nightzy", "Nightzy",
"OneFourOne", "OneFourOne",
@ -89,10 +96,12 @@ void getbots_command::handle_command(const network::address& target, const std::
"RezTech", "RezTech",
"Roxie", "Roxie",
"Santi Diving", "Santi Diving",
"sass", "Sass",
"saysupshelly", "saysupshelly",
"Scarlxrd", "Scarlxrd",
"SCUBAPRO", "SCUBAPRO",
"Serious",
"Sestriere",
"Sloth", "Sloth",
"Slykuiper", "Slykuiper",
"Snake", "Snake",
@ -100,7 +109,9 @@ void getbots_command::handle_command(const network::address& target, const std::
"Squirrel", "Squirrel",
"st0rm", "st0rm",
"StarBerry", "StarBerry",
"Trimix",
"TwinLeaf", "TwinLeaf",
"Ubuntu",
"Valkyrie", "Valkyrie",
"Wattson", "Wattson",
"Wanted", "Wanted",