mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Run windows core main tests in the build step
This commit is contained in:
@@ -21,6 +21,7 @@ steps:
|
||||
ATOM_JASMINE_REPORTER: list
|
||||
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)/junit
|
||||
ATOM_RUN_CORE_TESTS: $(RunCoreTests)
|
||||
ATOM_RUN_CORE_MAIN_TESTS: $(RunCoreMainTests)
|
||||
ATOM_RUN_CORE_RENDER_TESTS: $(RunCoreRendererTests)
|
||||
ATOM_RUN_PACKAGE_TESTS: $(RunPackageTests)
|
||||
displayName: Run tests
|
||||
|
||||
@@ -7,8 +7,10 @@ jobs:
|
||||
matrix:
|
||||
x64:
|
||||
BUILD_ARCH: x64
|
||||
RunCoreMainTests: true
|
||||
x86:
|
||||
BUILD_ARCH: x86
|
||||
RunCoreMainTests: true
|
||||
|
||||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
@@ -78,11 +80,11 @@ jobs:
|
||||
x64_Renderer_Test1:
|
||||
RunCoreMainTests: false
|
||||
RunCoreRendererTests: 1
|
||||
buildArch: x64
|
||||
BUILD_ARCH: x64
|
||||
x64_Renderer_Test2:
|
||||
RunCoreMainTests: false
|
||||
RunCoreRendererTests: 2
|
||||
buildArch: x64
|
||||
BUILD_ARCH: x64
|
||||
|
||||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
|
||||
Reference in New Issue
Block a user