From 64ef03d5a24e1b79561663bf5e59c6c483d1ffc5 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 3 Apr 2020 00:50:46 +0200 Subject: [PATCH] Trying to bring the travis script to work with docker --- scripts/travis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis.sh b/scripts/travis.sh index 13a09a5c..e38f69cb 100644 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -160,6 +160,8 @@ execute \ "Failed to update npm" \ "npm install" +sudo docker exec -it emscripten bash -c 'web/native-codec/build.sh' +docker exec -it emscripten bash -c 'web/native-codec/build.sh' execute \ "Failed to build native opus codec" \ "docker exec -it emscripten bash -c 'web/native-codec/build.sh'"