Update build.sh, build_success.sh, and install_dependencies.sh
This commit is contained in:
parent
6faf55fbe3
commit
d8ea862bd2
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# ====== Setup environment variables
|
||||
./setup_variables.sh
|
||||
./travis/setup_variables.sh
|
||||
|
||||
# ====== Build Td
|
||||
cd $TD_BUILD_DIR
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# ====== Setup environment variables
|
||||
./setup_variables.sh
|
||||
./travis/setup_variables.sh
|
||||
|
||||
# ====== Copy build output
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# ====== Setup environment variables
|
||||
./setup_variables.sh
|
||||
./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…
x
Reference in New Issue
Block a user