Skip to content

Commit f35c76e

Browse files
authored
RCORE-1990 Get exact parity with Jenkins for UWP builders in evg (#7937)
1 parent 819bb98 commit f35c76e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

evergreen/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)