We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921d1e9 commit 5b1fcefCopy full SHA for 5b1fcef
.travis.yml
@@ -22,6 +22,7 @@ matrix:
22
- env: IMAGE=x86_64-gnu-nopt
23
- env: IMAGE=x86_64-gnu-rustbuild
24
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
25
+ - env: IMAGE=x86_64-gnu-grammartest
26
- env: IMAGE=x86_64-musl
27
28
# OSX builders
src/ci/docker/README.md
@@ -1,8 +1,15 @@
1
# Testing containers locally
2
3
+Make sure, you have all required modules unpacked:
4
+```
5
+git submodule update --init
6
7
+
8
Use the `run.sh` from `src/ci/docker`.
9
The `src/ci/run.sh` is used inside the container.
10
11
```
-./run.sh x86_64-gnu-grammartest
12
+src/ci/docker/run.sh x86_64-gnu-grammartest
13
14
15
+You can choose one of the targes from `src/ci/docker`.
0 commit comments