Windows Support: Testing Suite integration
Broaden support for execution of the test suite on Windows. General bug and review fixups
This commit is contained in:

committed by
Peter Scheibel

parent
e63b4f752a
commit
4aee27816e
11
.github/workflows/windows_python.yml
vendored
11
.github/workflows/windows_python.yml
vendored
@@ -3,13 +3,12 @@ name: windows tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- features/windows-support
|
||||
- windows-ci*
|
||||
- develop
|
||||
- releases/**
|
||||
pull_request:
|
||||
branches:
|
||||
- features/windows-support
|
||||
- windows-ci*
|
||||
- develop
|
||||
- releases/**
|
||||
defaults:
|
||||
run:
|
||||
shell:
|
||||
@@ -70,7 +69,7 @@ jobs:
|
||||
- name: Unit Test
|
||||
run: |
|
||||
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
|
||||
spack unit-test -x --verbose --ignore=lib/spack/spack/test/cmd
|
||||
spack unit-test --verbose --ignore=lib/spack/spack/test/cmd
|
||||
unittest-cmd:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
@@ -89,7 +88,7 @@ jobs:
|
||||
- name: Command Unit Test
|
||||
run: |
|
||||
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
|
||||
spack unit-test lib/spack/spack/test/cmd -x --verbose
|
||||
spack unit-test lib/spack/spack/test/cmd --verbose
|
||||
buildtest:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user