build: crazy workflow idea 81
All checks were successful
Build / build-linux (push) Successful in 7s
All checks were successful
Build / build-linux (push) Successful in 7s
This commit is contained in:
parent
b74ebc6668
commit
9a3697ac6e
@ -7,15 +7,17 @@ mkdir iw4
|
|||||||
mkdir iw5
|
mkdir iw5
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
# ready for release
|
||||||
cp iw4/scripts/mp/_jump.gsc build/iw4
|
cp iw4/scripts/mp/_jump.gsc build/iw4
|
||||||
|
|
||||||
# replace gsc extension with cpp so GCC is happy
|
# replace gsc extension with c. It will make gcc very happy
|
||||||
mv iw5/scripts/mp/_jump.c iw5/scripts/mp/_jump.cpp
|
mv iw5/scripts/mp/_jump.gsc iw5/scripts/mp/_jump.c
|
||||||
|
|
||||||
# perform macro expansion
|
# perform macro expansion
|
||||||
gcc -D_UTILITY_DEBUG -DIW5 -DCI -E "iw5/scripts/mp/_jump.c" -o _jump.in
|
gcc -D_UTILITY_DEBUG -DIW5 -DCI -E "iw5/scripts/mp/_jump.c" -o _jump.in
|
||||||
|
|
||||||
# remove things gcc added to the file
|
# remove things gcc added to the file that we do not need
|
||||||
python3 .gitea/scripts/clean.py _jump.in _jump.gsc
|
python3 .gitea/scripts/clean.py _jump.in _jump.gsc
|
||||||
|
|
||||||
|
# ready for release
|
||||||
mv _jump.gsc build/iw5/_jump.gsc
|
mv _jump.gsc build/iw5/_jump.gsc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user