Trying to bring the travis script to work with docker

canary
WolverinDEV 2020-04-03 00:50:46 +02:00
parent 9d12b49b74
commit 64ef03d5a2
1 changed files with 2 additions and 0 deletions

View File

@ -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'"