lburgazzoli 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_r299213491
##########
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's fine but we can eventually use the docker build provided by the
quarkus maven plugin
----------------------------------------------------------------
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