Add macos CI build and test #1
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
name: macos | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: macos-13 | |
steps: | |
- run: | | |
cd src/macos/ATDriverGenericMacOS | |
xcodebuild | |
- run: | | |
pluginkit -e use -i com.bocoup.ATDriverGenericMacOS.ATDriverGenericMacOSExtension | |
defaults write com.apple.Accessibility SpeechVoiceIdentifierForLanguage '{2 = {en = "com.bocoup.ATDriverGenericMacOS.ATDriverGenericMacOSExtension.ATDriverGenericMacOSExtension";};}' | |
say hello | |
log show --process ATDriverGenericService | tail -n 10 |