File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9999 matrix :
100100 release : [true, false]
101101 with :
102+ enable_windows_docker : false # Dockerless Windows is 5-10 minutes faster than Docker on Windows
102103 linux_pre_build_command : |
103104 git config --global --add safe.directory "$(realpath .)"
104105 git config --local user.name 'swift-ci'
@@ -116,8 +117,8 @@ jobs:
116117 # fatal: empty ident name (for <>) not allowed
117118 cmd /c "type $env:TEMP\patch.diff | git am || (exit /b 1)"
118119 # We require that releases of swift-format build without warnings
119- linux_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' }}
120- windows_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' }}
120+ linux_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
121+ windows_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
121122 create_tag :
122123 name : Create Tag
123124 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments