mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
5b2a548c93
behold, I've broken two of them by updating OSM!
15 lines
420 B
Bash
Executable File
15 lines
420 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -fv data/system/maps/huge_seattle.bin data/input/raw_maps/huge_seattle.bin data/input/seattle/popdat.bin
|
|
|
|
./import.sh --raw --map --scenario
|
|
./import.sh --raw --map --city=berlin
|
|
./import.sh --raw --map --city=krakow
|
|
./import.sh --raw --map --city=xian
|
|
|
|
cargo run --release --bin game -- --prebake
|
|
cargo run --release --bin game -- --smoketest
|
|
cargo run --release --bin game -- --check_proposals
|