commit b957a2c6105080e8ed30b0e561793089d9dc961e parent 810b690bb6b8124a516518fb38c9b82a39c35187 Author: jatinchowdhury18 <[email protected]> Date: Mon, 20 Apr 2020 09:05:06 -0700 v2.1 builds (#18) * v2.1 builds * Travis build- 66 [ci skip] Co-authored-by: jatinchowdhury18 <[email protected]> Co-authored-by: Travis CI <[email protected]> Diffstat:
M | .travis.yml | | | 40 | ++++++++++++++++++++-------------------- |
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -121,27 +121,27 @@ script: - echo "SUCCESS" -# after_success: # upload mac bins -# - | -# if [[ $TRAVIS_JOB_NAME == 'osx' && type != push ]]; then -# echo "Copying Files..." -# cd $TRAVIS_BUILD_DIR/ -# cp -R $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.app $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.app -# cp -R /Users/travis/Library/Audio/Plug-Ins/Components/CHOWTapeModel.component $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.component -# cp -R /Users/travis/Library/Audio/Plug-Ins/VST/CHOWTapeModel.vst $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst -# cp -R /Users/travis/Library/Audio/Plug-Ins/VST3/CHOWTapeModel.vst3 $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst3 +after_success: # upload mac bins + - | + if [[ $TRAVIS_JOB_NAME == 'osx' && type != push ]]; then + echo "Copying Files..." + cd $TRAVIS_BUILD_DIR/ + cp -R $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.app $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.app + cp -R /Users/travis/Library/Audio/Plug-Ins/Components/CHOWTapeModel.component $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.component + cp -R /Users/travis/Library/Audio/Plug-Ins/VST/CHOWTapeModel.vst $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst + cp -R /Users/travis/Library/Audio/Plug-Ins/VST3/CHOWTapeModel.vst3 $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst3 -# zip -r $TRAVIS_BUILD_DIR/Plugin/Bin/MacBuilds.zip $TRAVIS_BUILD_DIR/Plugin/Bin/Mac + zip -r $TRAVIS_BUILD_DIR/Plugin/Bin/MacBuilds.zip $TRAVIS_BUILD_DIR/Plugin/Bin/Mac -# echo "Setting Up Git..." -# git config --global user.email "[email protected]" -# git config --global user.name "Travis CI" + echo "Setting Up Git..." + git config --global user.email "[email protected]" + git config --global user.name "Travis CI" -# echo "Committing Files..." -# git checkout -b builds -# git add $TRAVIS_BUILD_DIR/Plugin/Bin/ -# git commit -m "Travis build- $TRAVIS_BUILD_NUMBER" + echo "Committing Files..." + git checkout -b builds + git add $TRAVIS_BUILD_DIR/Plugin/Bin/ + git commit -m "Travis build- $TRAVIS_BUILD_NUMBER [ci skip]" -# echo "Pushing to branch..." -# git push https://${GH_TOKEN}@github.com/jatinchowdhury18/AnalogTapeModel.git -# fi + echo "Pushing to branch..." + git push https://${GH_TOKEN}@github.com/jatinchowdhury18/AnalogTapeModel.git + fi