File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2060,6 +2060,22 @@ buildvariants:
20602060 cmake_bindir : " /cygdrive/c/Program Files/CMake/bin/"
20612061 cmake_generator : " Visual Studio 16 2019"
20622062 cmake_generator_platform : " Win32"
2063+ cmake_build_type : " Release"
2064+ extra_flags : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0
2065+ max_jobs : $(($(grep -c proc /proc/cpuinfo) / 2))
2066+ fetch_missing_dependencies : On
2067+ python3 : " /cygdrive/c/python/python37/python.exe"
2068+ no_tests : On
2069+ tasks :
2070+ - name : compile_only
2071+
2072+ - name : windows-x64-uwp
2073+ display_name : " Windows X64 (UWP)"
2074+ run_on : windows-vsCurrent-large
2075+ expansions :
2076+ cmake_bindir : " /cygdrive/c/Program Files/CMake/bin/"
2077+ cmake_generator : " Visual Studio 16 2019"
2078+ extra_flags : " -A x64"
20632079 cmake_build_type : " Debug"
20642080 extra_flags : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0
20652081 max_jobs : $(($(grep -c proc /proc/cpuinfo) / 2))
You can’t perform that action at this time.
0 commit comments