Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native App support #7

Open
1 of 9 tasks
DieterHolz opened this issue Jan 14, 2022 · 0 comments
Open
1 of 9 tasks

Native App support #7

DieterHolz opened this issue Jan 14, 2022 · 0 comments

Comments

@DieterHolz
Copy link
Collaborator

DieterHolz commented Jan 14, 2022

todo
For "production" it might be valuable to have a native app (generated via GraalVM).

Generating a native app is quite time-consuming. It's not useful to use it during development.

We can use GitHub actions to generate a native app in appropriate situations (main branch has changed or PR)

done

  • github action generates a package containing
    • the native app
    • starter-script for DRM
    • starter-script for X11
    • all necessary *.so libraries
  • maven task for downloading generated package to RaspPi from IDE
  • maven task for starting native app from IDE
  • new chapter in https://pi4j.com/documentation/building/ describes the new build method
  • announcements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant