Skip to content
Snippets Groups Projects
Commit e41cb7b5 authored by Brad Linden's avatar Brad Linden
Browse files

Further attempts to get actions based nightly mac builds working for DRTVWR-559

parent 9096c8d0
Branches
Tags
No related merge requests found
...@@ -18,6 +18,8 @@ jobs: ...@@ -18,6 +18,8 @@ jobs:
- runner: windows-large - runner: windows-large
configuration: ReleaseOS configuration: ReleaseOS
addrsize: 32 addrsize: 32
- runner: macos-12
developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer"
runs-on: ${{ matrix.runner }} runs-on: ${{ matrix.runner }}
env: env:
AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }} AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }}
...@@ -25,6 +27,7 @@ jobs: ...@@ -25,6 +27,7 @@ jobs:
AUTOBUILD_INSTALLABLE_CACHE: ${{ github.workspace }}/.autobuild-installables AUTOBUILD_INSTALLABLE_CACHE: ${{ github.workspace }}/.autobuild-installables
AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables
AUTOBUILD_VSVER: "170" # vs2k22 AUTOBUILD_VSVER: "170" # vs2k22
DEVELOPER_DIR: ${{ matrix.developer_dir }}
LOGFAIL: debug # Show details when tests fail LOGFAIL: debug # Show details when tests fail
GIT_REF: ${{ github.head_ref || github.ref }} GIT_REF: ${{ github.head_ref || github.ref }}
steps: steps:
......
...@@ -3183,6 +3183,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> ...@@ -3183,6 +3183,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>RelWithDebInfo</string> <string>RelWithDebInfo</string>
<string>-project</string> <string>-project</string>
<string>SecondLife.xcodeproj</string> <string>SecondLife.xcodeproj</string>
<string>-parallelizeTargets</string>
</array> </array>
</map> </map>
<key>configure</key> <key>configure</key>
...@@ -3214,6 +3215,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> ...@@ -3214,6 +3215,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>RelWithDebInfo</string> <string>RelWithDebInfo</string>
<string>-project</string> <string>-project</string>
<string>SecondLife.xcodeproj</string> <string>SecondLife.xcodeproj</string>
<string>-parallelizeTargets</string>
</array> </array>
</map> </map>
<key>configure</key> <key>configure</key>
...@@ -3239,6 +3241,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> ...@@ -3239,6 +3241,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>Release</string> <string>Release</string>
<string>-project</string> <string>-project</string>
<string>SecondLife.xcodeproj</string> <string>SecondLife.xcodeproj</string>
<string>-parallelizeTargets</string>
</array> </array>
</map> </map>
<key>configure</key> <key>configure</key>
...@@ -3268,6 +3271,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> ...@@ -3268,6 +3271,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>Release</string> <string>Release</string>
<string>-project</string> <string>-project</string>
<string>SecondLife.xcodeproj</string> <string>SecondLife.xcodeproj</string>
<string>-parallelizeTargets</string>
</array> </array>
</map> </map>
<key>configure</key> <key>configure</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment