https://github.com/note/native-image-windows-travis
Hello world application with GraalVM native-image build for Windows on Travis CI
https://github.com/note/native-image-windows-travis
Last synced: about 1 month ago
JSON representation
Hello world application with GraalVM native-image build for Windows on Travis CI
- Host: GitHub
- URL: https://github.com/note/native-image-windows-travis
- Owner: note
- Created: 2020-03-04T13:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T10:54:26.000Z (over 6 years ago)
- Last Synced: 2025-01-12T09:27:10.281Z (over 1 year ago)
- Language: Scala
- Homepage: https://msitko.pl/blog/2020/03/05/native-image-on-windows.html
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The objective of that project is to present an example of build definition for Windows environment on Travis CI. I created it while writing [Building Windows executables with GraalVM on Travis CI](https://msitko.pl/blog/2020/03/05/native-image-on-windows.html)
For readability purposes it contains only build for Windows. If you're interested in how build definition for MacOS, Linux and Windows looks like take a look at e.g. [teleport-scala](https://github.com/note/teleport-scala).
Releases are triggered by pushing tags in certain format (e.g. `v0.1.0`).
[Travis CI build history of the project](https://travis-ci.com/note/native-image-windows-travis)