Commit 3fe505ed authored by captainwong's avatar captainwong

+x

parent 73512154
......@@ -11,6 +11,7 @@ ssh -t ${LINUX_TARGET} <<EOF
git pull
git checkout ${PROJECT_BRANCH}
git pull origin ${PROJECT_BRANCH}
chmod +x ./swig/*.sh ./tools/*.sh
cd swig
export JAVA_HOME=${LINUX_JAVA_HOME}
./linux_java.sh
......
......@@ -11,6 +11,7 @@ ssh -t ${LINUX_TARGET} <<EOF
git pull
git checkout ${PROJECT_BRANCH}
git pull origin ${PROJECT_BRANCH}
chmod +x ./swig/*.sh ./tools/*.sh
cd swig
./linux_mac_node.sh
cd ../tools
......
......@@ -11,6 +11,7 @@ ssh -t ${MACOS_TARGET} <<EOF
git pull
git checkout ${PROJECT_BRANCH}
git pull origin ${PROJECT_BRANCH}
chmod +x ./swig/*.sh ./tools/*.sh
cd swig
./mac_java.sh
cd ../tools
......
......@@ -11,6 +11,7 @@ ssh -t ${MACOS_TARGET} <<EOF
git pull
git checkout ${PROJECT_BRANCH}
git pull origin ${PROJECT_BRANCH}
chmod +x ./swig/*.sh ./tools/*.sh
cd swig
./linux_mac_node.sh
cd ../tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment