Update Travis CI to checkout the correct branch of codec2.

pull/4/head
Richard 2019-04-20 06:44:34 -05:00 committed by GitHub
parent d1be140673
commit 0f39b2aee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install:
script:
# First build and install vanilla codec2 as we need -lcodec2 to build LPCNet
- git clone https://github.com/drowe67/codec2.git
- cd codec2 && git checkout dr-2020
- cd codec2 && git checkout brad-2020
- mkdir build_linux && cd build_linux && cmake .. && make VERBOSE=1
# OK, build and test LPCNet
- cd $LPCNETDIR && mkdir -p $BUILDDIR && cd $BUILDDIR