ppalaga commented on a change in pull request #12: Fix #11 Test the native mode
on TravisCI
URL: https://github.com/apache/camel-quarkus/pull/12#discussion_r299358853
##########
File path: .travis.yml
##########
@@ -1,9 +1,19 @@
language: java
jdk:
- openjdk8
+env:
+ global:
+ - GRAALVM_VERSION=19.0.2
+ - GRAALVM_HOME=/opt/graalvm-ce-$GRAALVM_VERSION
cache:
directories:
- $HOME/.m2/repository
- $HOME/.m2/wrapper
+ - $GRAALVM_HOME
+before_script:
+ - if [ ! -f "$GRAALVM_HOME/bin/java" ]; then
+ curl
https://github.com/oracle/graal/releases/download/vm-${GRAALVM_VERSION}/graalvm-ce-linux-amd64-${GRAALVM_VERSION}.tar.gz
| tar xvz -C /opt;
Review comment:
That sounds good and I'd be all for using it, but I am not finding any
single piece of docs how to set it up. Do you happen to have an example at hand?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services