mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
07c044f2e5
export VELOREN_ASSETS without pwd to keep caching working
4 lines
210 B
Bash
Executable File
4 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
rm -r target/release/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
|
|
rm -r target/release/incremental/* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
|
|
time cargo bench |