debugging Travis run of ctests

pull/10/head
David 2019-09-29 09:16:42 +09:30
parent 3ac5cee235
commit 0c0ba329fc
1 changed files with 8 additions and 7 deletions

View File

@ -29,12 +29,13 @@ script:
- cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null - cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null
# some LPCNet ctests # some LPCNet ctests
- ls -l - ls -l
- cd $BUILDDIR && ctest - cd $BUILDDIR && ctest -V
- ls -l
# Re-build codec2 with LPCNet and test FreeDV 2020 support # Re-build codec2 with LPCNet and test FreeDV 2020 support
- cd $CODEC2DIR/build_linux #- cd $CODEC2DIR/build_linux
- make clean #- make clean
- cmake -DLPCNET_BUILD_DIR=$BUILDDIR .. #- cmake -DLPCNET_BUILD_DIR=$BUILDDIR ..
- make #- make
- cd src #- cd src
# sanity check # sanity check
- ./freedv_tx 2020 $LPCNETDIR/wav/wia.wav - | ./freedv_rx 2020 - /dev/null #- ./freedv_tx 2020 $LPCNETDIR/wav/wia.wav - | ./freedv_rx 2020 - /dev/null