Skip to content

Commit

Permalink
Use xvfb-run for testing platform individual builds + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Oct 7, 2024
1 parent 29ff370 commit d4e100a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'main'

jobs:
build:
build-individual-bundles:
runs-on: ubuntu-latest
steps:
- name: Checkout tycho code
Expand All @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: |
8
11
21
17
Expand All @@ -55,16 +54,13 @@ jobs:
-DskipTests
--file pom.xml
-T1C
--global-toolchains ${{ github.workspace }}/tycho/.github/toolchains.xml
clean install
- name: Run Platform Build
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # v1.6
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
with:
working-directory: 'platform'
run: >-
mvn
working-directory: 'platform'
run: >-
xvfb-run mvn
--batch-mode
-Pbuild-individual-bundles
-Pbree-libs
Expand Down

0 comments on commit d4e100a

Please sign in to comment.