summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 19:16:52 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-10 19:24:18 -0400
commite96d93034a4829250f61b190901a8faf9a1eeb1f (patch)
treee402ad6c7a66b95cda7e3ac2dae058aac5bdc1fc /ci
parentbc5accc035846a930bc75cb5d710e477e4527a39 (diff)
Finish overhaul of glob matching.
This commit completes the initial move of glob matching to an external crate, including fixing up cross platform support, polishing the external crate for others to use and fixing a number of bugs in the process. Fixes #87, #127, #131
Diffstat (limited to 'ci')
-rw-r--r--ci/script.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index ee43f88e..eca6c0f6 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -19,6 +19,10 @@ run_test_suite() {
cargo clean --target $TARGET --verbose
cargo build --target $TARGET --verbose
cargo test --target $TARGET --verbose
+ cargo build --target $TARGET --verbose --manifest-path grep/Cargo.toml
+ cargo test --target $TARGET --verbose --manifest-path grep/Cargo.toml
+ cargo build --target $TARGET --verbose --manifest-path globset/Cargo.toml
+ cargo test --target $TARGET --verbose --manifest-path globset/Cargo.toml
# sanity check the file type
file target/$TARGET/debug/rg