Markus Westerlind
5ee01e55a4
chore: Don't try to infer whether we are building in the lalrpop workspace
...
Instead we use --all-features to enable a special `test` feature to run tests with a freshly generated lrgrammar.rs. Since we also have a test to check that the saved lrgrammar.rs is identical to what lalrpop generates we should be ok with this approach.
Closes #436
2019-01-11 22:33:45 +01:00
Markus Westerlind
3ff1b4c45f
feat: Don't depend on lalrpop-snap to compile lalrpop
...
To recompile the snapshot we can now pass the snapshot feature instead
of copying over to the (now removed) lalrpop-snap directory
2018-10-21 14:22:00 +02:00
Markus Westerlind
bfa20cd896
Fix travis by updating minimum rustc and doing cargo update
2018-08-29 00:04:57 +02:00
Markus Westerlind
24e3bde6e4
Cache cargo on travis
2018-02-09 08:22:50 +01:00
Markus Westerlind
060e3b5e53
Enable RUST_BACKTRACE on travis
2018-02-09 08:22:50 +01:00
Niko Matsakis
68787fb781
install mdbook on CI
2018-02-04 07:13:27 -05:00
Niko Matsakis
0624b5b357
disable CARGO_INCREMENTAL=0
...
Work around https://github.com/rust-lang/rust/issues/47803
2018-02-04 07:04:36 -05:00
Niko Matsakis
daad2e59d1
configure travis.yml to automatically build/deploy the book
2018-02-04 07:03:39 -05:00
Ahmed Charles
1a487a0ae6
Migrate from lalrpop-intern to string-cache.
...
Fixes #158 .
2018-01-31 12:14:17 +00:00
Ahmed Charles
c1e75406c4
Add support for pub(restricted).
...
Fixes #256 .
2018-01-31 04:02:35 +00:00
Ruud van Asseldonk
85e6cf4b3a
put minimal supported Rust version in CI config
2017-04-19 20:14:18 +02:00
Niko Matsakis
fa31cf265c
stop using test.sh and instead use cargo test --all
2017-04-03 05:54:43 -04:00
Markus Westerlind
c4c1e8439c
chore: Add a small bash script to run all tests
2016-11-18 23:54:42 +01:00
Niko Matsakis
c1cdf0dac7
Fix travis.yml
2016-02-18 20:43:21 -05:00
Niko Matsakis
d97eb6292c
Update .travis.yml
2016-02-17 20:42:10 -05:00
Niko Matsakis
942ef00e9d
Build lalrpop-exe too
2016-02-14 20:48:32 -05:00
Niko Matsakis
a1f343039c
add calculator tutorial to the travis config
2016-01-23 12:35:17 -05:00
Niko Matsakis
a5c54133a1
adjust travis config
2015-09-16 05:51:31 -04:00
Niko Matsakis
66fb6717b9
experimental travis config
2015-09-16 05:40:54 -04:00