debugging Travis run of ctests

pull/10/head
David 2019-09-29 09:56:16 +09:30
parent 0c0ba329fc
commit ea160a8b39
1 changed files with 5 additions and 3 deletions

View File

@ -23,14 +23,16 @@ script:
- cd codec2
- mkdir build_linux && cd build_linux && cmake .. && make
# OK, build and test LPCNet
- cd $LPCNETDIR && mkdir -p $BUILDDIR && cd $BUILDDIR
- cd $LPCNETDIR && mkdir -p $BUILDDIR && cd $BUILDDIR
- cmake --version
- cmake -DCODEC2_BUILD_DIR=$CODEC2DIR/build_linux .. && make
- ls -l $BUILDDIR
- ls -l $BUILDDIR/src
- find $LPCNETDIR -name nnet_data.c
# simple sanity check
- cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null
# some LPCNet ctests
- ls -l
- cd $BUILDDIR && ctest -V
- ls -l
# Re-build codec2 with LPCNet and test FreeDV 2020 support
#- cd $CODEC2DIR/build_linux
#- make clean