We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34da1ef commit ae5ffdbCopy full SHA for ae5ffdb
1 file changed
azure-pipelines-osx.yml
@@ -12,7 +12,16 @@ jobs:
12
steps:
13
- script: |
14
# make sure development headers are installed
15
- sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
+ xcode-select --install
16
+ sleep 1
17
+ osascript << EOD
18
+ tell application "System Events"
19
+ tell process "Install Command Line Developer Tools"
20
+ keystroke return
21
+ click button "Agree" of window "License Agreement"
22
+ end tell
23
24
+ EOD
25
./compile_sire.sh --install $HOME/sire.app
26
displayName: 'Build Sire'
27
0 commit comments