Skip to content

Commit 5b1fcef

Browse files
committed
Add env to travis
1 parent 921d1e9 commit 5b1fcef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
- env: IMAGE=x86_64-gnu-nopt
2323
- env: IMAGE=x86_64-gnu-rustbuild
2424
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
25+
- env: IMAGE=x86_64-gnu-grammartest
2526
- env: IMAGE=x86_64-musl
2627

2728
# OSX builders

src/ci/docker/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Testing containers locally
22

3+
Make sure, you have all required modules unpacked:
4+
```
5+
git submodule update --init
6+
```
7+
38
Use the `run.sh` from `src/ci/docker`.
49
The `src/ci/run.sh` is used inside the container.
510

611
```
7-
./run.sh x86_64-gnu-grammartest
12+
src/ci/docker/run.sh x86_64-gnu-grammartest
813
```
14+
15+
You can choose one of the targes from `src/ci/docker`.

0 commit comments

Comments
 (0)