Skip to content

Commit 78d6f08

Browse files
committed
Add env to travis
1 parent 048570a commit 78d6f08

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
@@ -24,6 +24,7 @@ matrix:
2424
- env: IMAGE=x86_64-gnu-nopt
2525
- env: IMAGE=x86_64-gnu-make
2626
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
27+
- env: IMAGE=x86_64-gnu-grammartest
2728
- env: IMAGE=x86_64-musl
2829

2930
# 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)