File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,15 @@ jobs:
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- os : [ubuntu-latest, macos-latest]
18+ os : [ubuntu-latest, windows-latest, macos-latest]
1919 runs-on : ${{ matrix.os }}
2020 timeout-minutes : 45
2121
2222 steps :
23+ - run : |
24+ git config --system core.autocrlf false
25+ git config --system core.eol lf
26+ if: matrix.os == 'windows-latest'
2327 - uses : actions/checkout@v3
2428 with :
2529 fetch-depth : 0
Original file line number Diff line number Diff line change 247247 </plugins >
248248 </build >
249249 </profile >
250+ <profile >
251+ <id >windows-disabled</id >
252+ <activation >
253+ <os >
254+ <family >windows-not</family >
255+ </os >
256+ </activation >
257+ <properties >
258+ <!-- The Tycho baselinging does not yet work well on Windows. Temporarily skip it until it is fixed.-->
259+ <tycho .baseline.skip>true</tycho .baseline.skip>
260+ </properties >
261+ </profile >
250262 </profiles >
251263
252264 <developers >
You can’t perform that action at this time.
0 commit comments