Node.js doesn't support WebAudio.
@ -40,7 +40,7 @@ build() {
check() {
cd "$_rootdir/build-emscripten"
CORRADE_TEST_COLOR=ON ctest --output-on-failure
CORRADE_TEST_COLOR=ON ctest --output-on-failure -E ALTest
}
package() {
@ -41,7 +41,7 @@ build() {
@ -59,4 +59,4 @@ cmake .. \
make -j4
# Test
CORRADE_TEST_COLOR=ON ctest -V
CORRADE_TEST_COLOR=ON ctest -V -E ALTest