-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.sh
executable file
·10 lines (8 loc) · 943 Bytes
/
build.sh
1
2
3
4
5
6
7
8
9
#!/bin/bash -e
#BINDGEN_EXTRA_CLANG_ARGS="--target=`llvm-config --host-target`" cargo build --target=i686-pc-windows-gnu --release
#BINDGEN_EXTRA_CLANG_ARGS="--target=x86_64-pc-linux-gnu" cargo build --target=i686-pc-windows-gnu --release
# cargo build --features cvis && cp target/i686-pc-windows-gnu/debug/styx_z.exe ~/.scbw/bots/styx_z/AI/
cargo build --features cvis --release && cp target/i686-pc-windows-gnu/release/styx_z.exe ~/.scbw/bots/styx_z/AI/ && cp target/i686-pc-windows-gnu/release/styx_z.exe ~/rustprojects/BWAIShotgun/target/debug/bots/StyxZ/bwapi-data/AI/
# cargo build && cp target/i686-pc-windows-gnu/debug/styx_z.exe ~/.scbw/bots/styx_z/AI/ && cp target/i686-pc-windows-gnu/debug/styx_z.exe ~/rustprojects/BWAIShotgun/target/debug/bots/StyxZ/bwapi-data/AI/
#cargo build && cp target/i686-pc-windows-gnu/debug/styx_z.exe ~/.scbw/bots/styx_z/AI/
# cp target/i686-pc-windows-gnu/release/styx_z.exe ~/.scbw/bots/styx_z/AI/