-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add github action #238
Add github action #238
Conversation
Great, it works! Could you also add the build with Java 11 as we previously had with Travis? |
I added another steps with JDK 11 but test with JDK 8 are failing with:
Not sure it is linked to my modification. What do you think? |
Same error after reverting the latest commit, should be linked to 2d47fa3 Trying to run JDK 11 test before JDK 8 test to confirm this. |
Seems we could use if/else in ant: https://ant.apache.org/manual/ifunless.html @rouazana is this something you can look at? |
Strange, I tested the build with Java 8 without any issue. I will have a look. |
It should be fixed, I will rebase your PR to check. |
fe06d38
to
9709e34
Compare
See #237