We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048570a commit 78d6f08Copy full SHA for 78d6f08
.travis.yml
@@ -24,6 +24,7 @@ matrix:
24
- env: IMAGE=x86_64-gnu-nopt
25
- env: IMAGE=x86_64-gnu-make
26
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
27
+ - env: IMAGE=x86_64-gnu-grammartest
28
- env: IMAGE=x86_64-musl
29
30
# 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