mirror of https://github.com/drowe67/LPCNet.git
debugging Travis run of ctests
parent
0c0ba329fc
commit
ea160a8b39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue