Trying to bring the travis script to work with docker
parent
9d12b49b74
commit
64ef03d5a2
|
@ -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'"
|
||||
|
|
Loading…
Reference in New Issue