Dump structure for debugging.
This commit is contained in:
parent
f74bc7fe6b
commit
78cd3a26cb
@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
echo Using HOME: $HOME
|
export HOME=$(pwd)
|
||||||
|
echo Pre-build layout
|
||||||
|
ls -lR .
|
||||||
|
|
||||||
cd blastmud-repo
|
cd blastmud-repo
|
||||||
echo Running tests
|
echo Running tests
|
||||||
cargo test --target-dir ../target --profile release
|
cargo test --target-dir ../target --profile release
|
||||||
@ -10,3 +13,6 @@ cargo build --target-dir ../target --profile release
|
|||||||
echo Copying artifacts
|
echo Copying artifacts
|
||||||
cp ../target/release/blastmud_game ../output/
|
cp ../target/release/blastmud_game ../output/
|
||||||
cp ../target/release/blastmud_listener ../output/
|
cp ../target/release/blastmud_listener ../output/
|
||||||
|
|
||||||
|
echo Final layout
|
||||||
|
ls -lR .
|
||||||
|
Loading…
Reference in New Issue
Block a user