Update build.sh, build_success.sh, and install_dependencies.sh
This commit is contained in:
parent
d8ea862bd2
commit
4b846e47d5
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# ====== Setup environment variables
|
||||
./travis/setup_variables.sh
|
||||
source ./travis/setup_variables.sh
|
||||
|
||||
# ====== Build Td
|
||||
cd $TD_BUILD_DIR
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# ====== Setup environment variables
|
||||
./travis/setup_variables.sh
|
||||
source ./travis/setup_variables.sh
|
||||
|
||||
# ====== Copy build output
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# ====== Setup environment variables
|
||||
./travis/setup_variables.sh
|
||||
source ./travis/setup_variables.sh
|
||||
|
||||
# ====== Environment cleanup
|
||||
[ -f $JAVA_SRC_DIR/it/tdlight/tdnatives/TdApi.java ] && rm $JAVA_SRC_DIR/it/tdlight/tdnatives/TdApi.java
|
||||
|
Loading…
Reference in New Issue
Block a user