Marcel Märtens 6de161a68f Revert "no longer incremental builds in CI"
This reverts commit b3983c545188853b7e26c844d5c7231330009a5f.
2021-07-17 21:53:32 +02:00

5 lines
342 B
Bash
Executable File

#!/bin/bash
rm -r target/release/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
export VELOREN_USERDATA_STRATEGY=executable
time cargo build --release --no-default-features --features default-publish
# eveluate --bin instead, last time i checked (2021-07-14) it was 2 minutes slower on release (but faster on debug)