commit 80d468a372c89d914295b920ca955c9d04939e2f parent f5719265c749e020ebaae0288232e133b5b289ae Author: jatinchowdhury18 <jatinchowdhury18@gmail.com> Date: Wed, 11 Dec 2019 17:07:26 -0800 Update readme (#10) * Update readme * reset travis Diffstat:
M | .travis.yml | | | 38 | +++++++++++++++++++------------------- |
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -121,25 +121,25 @@ 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 $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.component $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.component - cp -R $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.vst $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst - cp -R $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/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 $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.component $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.component +# cp -R $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.vst $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst +# cp -R $TRAVIS_BUILD_DIR/Plugin/Builds/MacOSX/build/Release/CHOWTapeModel.vst3 $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/CHOWTapeModel.vst3 - echo "Setting Up Git..." - git config --global user.email "travis@travis-ci.org" - git config --global user.name "Travis CI" +# echo "Setting Up Git..." +# git config --global user.email "travis@travis-ci.org" +# git config --global user.name "Travis CI" - echo "Committing Files..." - git checkout -b builds - git add $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/ - git commit -m "Travis build- $TRAVIS_BUILD_NUMBER" +# echo "Committing Files..." +# git checkout -b builds +# git add $TRAVIS_BUILD_DIR/Plugin/Bin/Mac/ +# git commit -m "Travis build- $TRAVIS_BUILD_NUMBER" - 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