File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,10 @@ script:
9999 - ls -la "/Library/Audio/Plug-Ins/HAL/Background Music Device.driver"
100100 - ls -la "/usr/local/libexec/BGMXPCHelper.xpc" || ls -la "/Library/Application Support/Background Music/BGMXPCHelper.xpc"
101101 - ls -la "/Library/LaunchDaemons/com.bearisdriving.BGM.XPCHelper.plist"
102- # Print the log file from the build package.sh did.
103- # Do this last because it's a long log file and we might run out of space.
104- - echo -en 'build_and_install.log for the package\ntravis_fold:start:pkg-build-log\\r'
105- - cat build_and_install.log
106- - echo -en 'travis_fold:end:pkg-build-log\\r'
102+ # Also deploy (i.e. attach to the GitHub release) the log file from the build package.sh did. If we
103+ # just printed it, we'd run out of space and the build would be killed. The release is created as a
104+ # draft initially, so we can remove the log file before making the release public.
105+ - cp build_and_install.log Background-Music-*
107106# Post on IRC when Travis builds finish.
108107notifications :
109108 irc : " irc.freenode.org#backgroundmusic"
You can’t perform that action at this time.
0 commit comments