mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-24 01:37:26 -08:00
9 lines
141 B
Bash
9 lines
141 B
Bash
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
|
||
|
RUSTFLAGS='-Aunexpected_cfgs'
|
||
|
cargo update -Z direct-minimal-versions
|
||
|
cargo build --all-targets
|
||
|
|
||
|
./test.bash
|