Fixed deploy scripts for Travis CI.
This commit is contained in:
parent
217d7ae25e
commit
3088f86d46
1 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat << EOF >> ${DEPLOYSCRIPT}
|
cat << EOF >> ${DEPLOYSCRIPT}
|
||||||
|
export PYTHONPATH="\${PWD}/ports/deploy/DeployTools"
|
||||||
python ports/deploy/deploy.py
|
python ports/deploy/deploy.py
|
||||||
EOF
|
EOF
|
||||||
chmod +x ${DEPLOYSCRIPT}
|
chmod +x ${DEPLOYSCRIPT}
|
||||||
|
@ -59,5 +60,6 @@ EOF
|
||||||
sudo umount root.x86_64/$HOME
|
sudo umount root.x86_64/$HOME
|
||||||
sudo umount root.x86_64
|
sudo umount root.x86_64
|
||||||
elif [ "${TRAVIS_OS_NAME}" = osx ]; then
|
elif [ "${TRAVIS_OS_NAME}" = osx ]; then
|
||||||
${EXEC} python3 ports/deploy/deploy.py
|
export PYTHONPATH="${PWD}/ports/deploy/DeployTools"
|
||||||
|
python3 ports/deploy/deploy.py
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue