-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip travis] update travis for pushing mac builds
- Loading branch information
1 parent
ca179a4
commit a5574bc
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,15 +65,15 @@ script: | |
# if [[ $TRAVIS_JOB_NAME == 'osx' && type != push ]]; then | ||
# echo "Copying Files..." | ||
# cd $TRAVIS_BUILD_DIR/ | ||
# cp -R $TRAVIS_BUILD_DIR/Builds/MacOSX/build/Release/NewMixer.app $TRAVIS_BUILD_DIR/Bin/Mac/NewMixer.app | ||
# cp -R $TRAVIS_BUILD_DIR/Builds/MacOSX/build/Release/NewMixer.app $TRAVIS_BUILD_DIR/NewMixer.app | ||
# | ||
# 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 Bin/Mac/ | ||
# git add Newmixer.app | ||
# git commit -m "Travis build- $TRAVIS_BUILD_NUMBER" | ||
# | ||
# echo "Pushing to branch..." | ||
|