Merge branch 'imbris/fix-bench' into 'master'

Fix benchmarks by removing the rest of the incremental folder

See merge request veloren/veloren!2364
This commit is contained in:
Imbris 2021-06-02 03:33:27 +00:00
commit 8cd4a39bf9

View File

@ -25,6 +25,8 @@ benchmarks:
- ls -la target/*
- rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
- rm -r target/release/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
- rm -r target/debug/incremental/* || 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
- cargo bench || exit 0 #temp fix
- TAGUUID="Z$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1)" || echo "ignore this returncode, dont ask me why, it works"
- echo $TAGUUID