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 489074d commit a086185Copy full SHA for a086185
.travis.yml
@@ -11,6 +11,7 @@ script:
11
fi
12
- if [[ "$TEST_ENV" = *llvm-6.0 ]]; then
13
docker-compose build bindgen;
14
+ find . -name target | xargs sudo rm -rf;
15
scripts/docker-test.sh;
16
17
scripts/docker-test.sh
@@ -12,7 +12,7 @@ IFS=$'\n\t'
outdir="tests/target/docker-samples"
rm -rf "$outdir"
-mkdir "$outdir"
+mkdir -p "$outdir"
for input in tests/samples/*.h; do
18
name="$(basename "$input" .h)"
0 commit comments