1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00

extreme feeling

This commit is contained in:
Luke Ceddia 2018-11-02 01:20:48 +11:00
parent de1f09d618
commit cbf89e4c34

View file

@ -1,10 +1,10 @@
#!/bin/sh
if [ "$TRAVIS_OS_NAME" != "linux" ]; then exit; fi
if [ "${UPDATE_REPO}" != "yes" ]; then exit; fi
git config --global user.email "flukiluke@gmail.com"
git config --global user.name "Autobuild process"
git clone --depth=1 https://${GH_TOKEN}@github.com/Galleondragon/qb64.git homeqb64
git clone --depth=1 --branch=$TRAVIS_BRANCH https://${GH_TOKEN}@github.com/Galleondragon/qb64.git homeqb64
cd homeqb64
git checkout $TRAVIS_BRANCH
rm -r internal/source
cp -r ../internal/source internal/source
git add --all internal/source