File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5252 run : |
5353 python spack\bin\spack license verify
5454 unittest :
55+ needs : [ validate, style ]
5556 runs-on : windows-latest
5657 steps :
5758 - uses : actions/checkout@v2
7172 echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
7273 spack unit-test --verbose --ignore=lib/spack/spack/test/cmd
7374 unittest-cmd :
75+ needs : [ validate, style ]
7476 runs-on : windows-latest
7577 steps :
7678 - uses : actions/checkout@v2
9092 echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
9193 spack unit-test lib/spack/spack/test/cmd --verbose
9294 buildtest :
95+ needs : [ validate, style ]
9396 runs-on : windows-latest
9497 steps :
9598 - uses : actions/checkout@v2
@@ -109,6 +112,7 @@ jobs:
109112 spack external find ninja
110113 spack install abseil-cpp
111114 generate-installer-test :
115+ needs : [ validate, style ]
112116 runs-on : windows-latest
113117 steps :
114118 - name : Disable Windows Symlinks
You can’t perform that action at this time.
0 commit comments