2016-04-26 16:49:35 +00:00
|
|
|
language: objective-c
|
|
|
|
os: osx
|
|
|
|
osx_image: xcode7.3
|
|
|
|
xcode_sdk: macosx10.11
|
2016-04-27 22:49:35 +00:00
|
|
|
sudo: required
|
2016-04-26 16:49:35 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
install: true
|
|
|
|
script:
|
|
|
|
- yes | ./build_and_install.sh
|
|
|
|
- cat build_and_install.log
|
|
|
|
- find */build/Release/*/ -type f -exec md5 {} \;
|
2016-05-10 16:11:47 +00:00
|
|
|
- system_profiler SPAudioDataType
|
|
|
|
- say -a '?'
|
|
|
|
- osascript -e 'tell application "Background Music" to quit'
|
2016-04-26 16:49:35 +00:00
|
|
|
- xcodebuild -workspace BGM.xcworkspace -scheme 'Background Music Device' test
|
|
|
|
- xcodebuild -workspace BGM.xcworkspace -scheme 'Background Music' test
|
|
|
|
- xcodebuild -workspace BGM.xcworkspace -scheme 'BGMXPCHelper' test
|
|
|
|
- yes | ./uninstall.sh
|
|
|
|
- ls /Applications /Library/Audio/Plug-Ins/HAL /usr/local/libexec /Library/Application\ Support/Background\ Music
|