Skip to content

Commit

Permalink
Alternative approach to installing development headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Dec 6, 2021
1 parent 34da1ef commit ae5ffdb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ jobs:
steps:
- script: |
# make sure development headers are installed
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
xcode-select --install
sleep 1
osascript << EOD
tell application "System Events"
tell process "Install Command Line Developer Tools"
keystroke return
click button "Agree" of window "License Agreement"
end tell
end tell
EOD
./compile_sire.sh --install $HOME/sire.app
displayName: 'Build Sire'
- script: |
Expand Down

0 comments on commit ae5ffdb

Please sign in to comment.