We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11df23 commit d281db1Copy full SHA for d281db1
1 file changed
.github/workflows/public.continuous.yml
@@ -129,8 +129,7 @@ jobs:
129
$opts += " -DEMBREE_ISPC_SUPPORT=OFF"
130
$opts += " -DEMBREE_TASKING_SYSTEM=INTERNAL"
131
$opts += " -DEMBREE_TESTING_INTENSITY=2"
132
- $opts += " -DCMAKE_BUILD_TYPE=Release"
133
134
- cmake -B build -G "Ninja" $opts.Split(" ") .
+ cmake -B build -G "Visual Studio 17 2022" -A ARM64 $opts.Split(" ") .
135
cmake --build build --config Release
136
ctest --test-dir build -C Release --output-on-failure
0 commit comments