summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2018-07-29 11:55:48 +0300
committerJan Ekström <jeebjp@gmail.com>2018-09-29 22:22:20 +0300
commit0e316d7032c6781a3ae43d072cd990398244d437 (patch)
tree7ff7cdbcb132a12de047e04ca807f8e2c3deee63 /.travis.yml
parent0914da082f3a034d9b2d2524d4bc3067555d95d7 (diff)
downloadmpv-0e316d7032c6781a3ae43d072cd990398244d437.tar.bz2
mpv-0e316d7032c6781a3ae43d072cd990398244d437.tar.xz
ci: do bootstrap outside the docker container
This way the docker container in itself does no networking. It seems like travis disabled network access from the actual docker containers. (cherry picked from commit 2d785f3ea39d6779a6ac44d85d7cdc0acf891f43)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ddc8c51d6a..56d908d77c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ branches:
before_install:
- docker pull $CONTAINER
script:
+ - ./bootstrap.py
- docker run --env CC --env TARGET -v $TRAVIS_BUILD_DIR:/build $CONTAINER /bin/sh -c "cd /build && $CI_SCRIPT"
after_failure: cat ./build/config.log
after_script: TOOLS/travis-rebuild-website