1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00
strum/travis.sh
Peter Glotfelty 970b5cec40
Macro renames (#46)
* Updating the README

* Did lots of updates for the documentation

* Improving formatting in a few places

* Consolidated docs to make it easier to keep up to date

* Updating workspace

* Revved version in docs
2019-03-26 20:44:39 -07:00

15 lines
201 B
Bash
Executable File

cd ./strum
cargo build --verbose
cargo test --verbose
cd ..
cd ./strum_tests
cargo build --verbose
cargo test --verbose
cd ..
cd ./strum_tests_rename
cargo build --verbose
cargo test --verbose
cd ..