[eclipse-poky] [PATCH 11/23] Add initial .travis.yml for TravisCI integration
Tim Orling
timothy.t.orling at linux.intel.com
Thu Feb 8 23:17:45 PST 2018
This is copied from eclipse-crops which is known to
be able to run RCPTT (aka "Roberto") tests headless
Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
.travis.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100755 .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100755
index 00000000000..9430edc6125
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,24 @@
+# Although this looks like it does nothing,
+# a default behavior in Travis CI is to
+# call "mvn install...", so this is actually
+# enough to build the project
+#
+# https://docs.travis-ci.com/user/languages/java/
+#
+language: java
+
+jdk:
+ - oraclejdk8
+
+env: DISPLAY=:99.0
+
+addons:
+ apt:
+ packages:
+ - fluxbox
+
+before_script:
+ - export DISPLAY=:99.0
+ - Xvfb :99.0 -extension RANDR > /dev/null &
+ - fluxbox &
+ - sleep 10
--
2.13.6
More information about the eclipse-yocto
mailing list