-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up and prepare for next release
- Loading branch information
Hélios GILLES
committed
Nov 28, 2023
1 parent
f2570b7
commit c8918fb
Showing
42 changed files
with
80 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,6 @@ jobs: | |
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
targetplatform: [eclipse-4.22, eclipse-4.24] | ||
|
||
steps: | ||
- name: Checkout 🛎 | ||
|
@@ -37,9 +33,12 @@ jobs: | |
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '11' | ||
java-version: '17' | ||
cache: 'maven' | ||
|
||
- name: Setup Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: 3.9.4 | ||
|
||
- name: Install xvfb | ||
run: sudo apt-get install xvfb | ||
|
@@ -49,11 +48,11 @@ jobs: | |
BUILD_ID: "${{ steps.time.outputs.time }}" | ||
BUILD_TYPE: "S" | ||
BUILD_LABEL: "CI ${{ steps.time.outputs.time }} (${{ steps.branch_name.outputs.branch }})" | ||
run: xvfb-run mvn -file org.moreunit.build/pom.xml verify -Dtarget.platform.classifier=${{ matrix.targetplatform }} --fail-at-end -Dtycho.disableP2Mirrors=true --batch-mode --strict-checksums --update-snapshots -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn | ||
run: xvfb-run mvn -file org.moreunit.build/pom.xml verify --fail-at-end -Dtycho.disableP2Mirrors=true --batch-mode --strict-checksums --update-snapshots -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn | ||
|
||
- name: Publish Surefire Test Results for 🖨 | ||
if: ${{ always() }} | ||
uses: ScaCap/action-surefire-report@v1 | ||
with: | ||
check_name: Test Results for ${{ matrix.targetplatform }} | ||
check_name: Test Results | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.