Trying to bring the travis script to work with docker
This commit is contained in:
parent
9d12b49b74
commit
64ef03d5a2
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ execute \
|
||||||
"Failed to update npm" \
|
"Failed to update npm" \
|
||||||
"npm install"
|
"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 \
|
execute \
|
||||||
"Failed to build native opus codec" \
|
"Failed to build native opus codec" \
|
||||||
"docker exec -it emscripten bash -c 'web/native-codec/build.sh'"
|
"docker exec -it emscripten bash -c 'web/native-codec/build.sh'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue