Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Support building and testing multiple targets at once | Bryant Mairs | |
Specifying multiple targets can be done by setting the environment variable to a semi-colon delimited list of targets. | |||
2017-04-16 | ci: Allow skipping tests when running under CI | Kamal Marhubi | |
This adds `--cfg=travis` to builds under CI, allowing tests to be conditionally ignored by marking them with #[cfg_attr(travis, ignore)] refs #568 | |||
2017-04-09 | Removed commented `cargo run` targets in CI | Zac Berkowitz | |
2017-04-09 | Removed 'cargo run' directives from ci script. | Zac Berkowitz | |
2017-04-09 | Fixed ci/script.sh to run tests when desired. | Zac Berkowitz | |
2017-04-09 | Added ci templates from `trust` v0.1.1 | Zac Berkowitz | |