build: crazy workflow idea 81
All checks were successful
Build / build-linux (push) Successful in 6s

This commit is contained in:
6arelyFuture 2024-03-20 17:53:30 +01:00
parent be8b67d048
commit 38483a8809

View File

@ -13,7 +13,7 @@ cp iw4/scripts/mp/_jump.gsc build/iw4
mv iw5/scripts/mp/_jump.gsc iw5/scripts/mp/_jump.cpp mv iw5/scripts/mp/_jump.gsc iw5/scripts/mp/_jump.cpp
# perform macro expansion # perform macro expansion
g++ -std=c++2a -D_UTILITY_DEBUG -DIW5 -DCI -E "iw5/scripts/mp/_jump.cpp" -o _jump.in g++ -std=c++20 -D_UTILITY_DEBUG -DIW5 -DCI -E "iw5/scripts/mp/_jump.cpp" -o _jump.in
# remove things gcc added to the file # remove things gcc added to the file
python3 .gitea/scripts/clean.py _jump.in _jump.gsc python3 .gitea/scripts/clean.py _jump.in _jump.gsc