File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 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
4545 - name : Build m2e-core
4646 uses : coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
4747 with :
48- run : mvn clean verify --batch-mode -Pits -Dtycho.p2.baselineMode=failCommon -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
48+ run : >-
49+ mvn clean verify --batch-mode -Pits
50+ -Dtycho.p2.baselineMode=failCommon
51+ -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
52+ -Dtycho.surefire.deleteWorkDir=true
4953 - name : Upload Test Results
5054 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
5155 with :
Original file line number Diff line number Diff line change 239239 </plugins >
240240 </build >
241241 </profile >
242+ <profile >
243+ <id >windows</id >
244+ <activation >
245+ <os >
246+ <family >windows</family >
247+ </os >
248+ </activation >
249+ <properties >
250+ <!-- The Tycho baselinging does not yet work well on Windows.
251+ Temporarily skip it until it is fixed.-->
252+ <tycho .baseline.skip>true</tycho .baseline.skip>
253+ </properties >
254+ <build >
255+ <plugins >
256+ <plugin >
257+ <groupId >org.eclipse.tycho</groupId >
258+ <artifactId >tycho-p2-plugin</artifactId >
259+ <version >${tycho-version} </version >
260+ <configuration >
261+ <baselineMode >warn</baselineMode >
262+ </configuration >
263+ </plugin >
264+ </plugins >
265+ </build >
266+ </profile >
242267 </profiles >
243268
244269 <developers >
You can’t perform that action at this time.
0 commit comments