worldwideportal/.ci/build

17 lines
284 B
Plaintext
Raw Normal View History

#!/bin/bash
#!/bin/bash -e
set -Eeuo pipefail
export HOME=$(pwd)
export CARGO_HOME=$(pwd)/.cargo
cd wwp-repo
ln -s ../target ./target
ln -s ../wwpapp ./dist
echo Running tests
cargo test --target-dir ../target --profile release
echo Building assets
trunk build --locked --release