Skip to content

Add macos CI build and test #1

Add macos CI build and test

Add macos CI build and test #1

Workflow file for this run

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