Skip to content

Commit

Permalink
RCORE-1990 Get exact parity with Jenkins for UWP builders in evg (#7937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams authored Jul 31, 2024
1 parent 819bb98 commit f35c76e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,22 @@ buildvariants:
cmake_bindir: "/cygdrive/c/Program Files/CMake/bin/"
cmake_generator: "Visual Studio 16 2019"
cmake_generator_platform: "Win32"
cmake_build_type: "Release"
extra_flags: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0
max_jobs: $(($(grep -c proc /proc/cpuinfo) / 2))
fetch_missing_dependencies: On
python3: "/cygdrive/c/python/python37/python.exe"
no_tests: On
tasks:
- name: compile_only

- name: windows-x64-uwp
display_name: "Windows X64 (UWP)"
run_on: windows-vsCurrent-large
expansions:
cmake_bindir: "/cygdrive/c/Program Files/CMake/bin/"
cmake_generator: "Visual Studio 16 2019"
extra_flags: "-A x64"
cmake_build_type: "Debug"
extra_flags: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0
max_jobs: $(($(grep -c proc /proc/cpuinfo) / 2))
Expand Down

0 comments on commit f35c76e

Please sign in to comment.