|
|
@ -1,6 +1,11 @@
|
|
|
|
#!/bin/bash
|
|
|
|
#!/bin/bash
|
|
|
|
cd `dirname $0`
|
|
|
|
cd `dirname $0`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
|
|
|
|
|
|
|
# for manually installed protobuf 3.10
|
|
|
|
|
|
|
|
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ ${JOB} == "BUILD_AND_TEST" ]; then
|
|
|
|
if [ ${JOB} == "BUILD_AND_TEST" ]; then
|
|
|
|
./build_and_test.sh
|
|
|
|
./build_and_test.sh
|
|
|
|
elif [ ${JOB} == "DOCS" ]; then
|
|
|
|
elif [ ${JOB} == "DOCS" ]; then
|
|
|
|