Skip to content

Commit

Permalink
get automated build working
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Nov 4, 2024
1 parent dbbe900 commit 0f8c845
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
distribution: 'liberica'
cache: maven

- name: Build tcMenuJavaApi
run: mvn -B install -Dgpg.skip=true --file tcMenuJavaApi/pom.xml
- name: Build embedcontrol
run: mvn -B install -Dgpg.skip=true --file embedControlJavaFx/pom.xml

- name: Build embedCONTROLCore
run: mvn -B install -Dgpg.skip=true --file embedCONTROLCore/pom.xml
- name: Build embeddedui
run: mvn -B install -Dgpg.skip=true --file embeddedJavaDeviceUI/pom.xml

- name: Build tcMenuGenerator
run: mvn -B install -Dgpg.skip=true --file tcMenuGenerator/pom.xml
- name: Build examples
run: mvn -B install -Dgpg.skip=true --file javaApiExamples/pom.xml

- name: Build websocket example
run: mvn -B install -Dgpg.skip=true --file javaApiWebsocketServer/pom.xml

0 comments on commit 0f8c845

Please sign in to comment.