diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2023-05-04 11:49:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 11:49:33 -0700 |
commit | 7c1ccdc9a4df24e94ea7ae826446cb3ab5f36c7e (patch) | |
tree | 82f48fca0ff69e4fa7047964774565b11c73b8a7 /autobuild.xml | |
parent | a22d62e8edd8448ced210a39ce996472a54fa1c9 (diff) | |
parent | c75b0079d9b711481aff11b4fb959552ea5611ad (diff) |
Merge pull request #179 from secondlife/brad/mac-nightly-builds
enable github actions mac nightly builds
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index a716315ca9..2940c4492d 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3183,6 +3183,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>RelWithDebInfo</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> @@ -3214,6 +3215,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>RelWithDebInfo</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> @@ -3239,6 +3241,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>Release</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> @@ -3268,6 +3271,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>Release</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> |