File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 99
99
matrix :
100
100
release : [true, false]
101
101
with :
102
+ enable_windows_docker : false # Dockerless Windows is 5-10 minutes faster than Docker on Windows
102
103
linux_pre_build_command : |
103
104
git config --global --add safe.directory "$(realpath .)"
104
105
git config --local user.name 'swift-ci'
@@ -116,8 +117,8 @@ jobs:
116
117
# fatal: empty ident name (for <>) not allowed
117
118
cmd /c "type $env:TEMP\patch.diff | git am || (exit /b 1)"
118
119
# 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' || '' }}
121
122
create_tag :
122
123
name : Create Tag
123
124
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments