Commit Graph

7 Commits

Author SHA1 Message Date
Jochen Schalanda
d1f2652186
Add support for aarch64 and armv7l machine architectures (#129)
* Add support for aarch64

* Add ARM64 build to Travis CI build matrix

* Add JDK data for aarch64

* Add support for armv7l

* Add JDK data for armv7l/arm32-vfp-hflt

* Use `arm64` (Apple M1 on Darwin) as alias for `aarch64`

Refs: https://developer.apple.com/forums/thread/668206

> ```
> # uname -a
> Darwin MacBook-Pro.local 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:10 PDT 2020; root:xnu-7195.50.7~2/RELEASE_ARM64_T8101 arm64
> ```

* Update JDK data
2021-03-11 09:15:28 -05:00
Jochen Schalanda
44ba7b6829 Fix JDK version refrenced in Travis CI build verification 2021-02-08 11:10:40 -05:00
Jochen Schalanda
e067262abf
Fix shellcheck warnings 2020-02-27 16:15:07 +01:00
Jochen Schalanda
21c6959a32
Fix tests in Travis CI 2019-12-30 17:40:58 +01:00
Scott McLeod
63ca3b9081
Add jq to OSX 2019-09-09 18:59:10 -04:00
mig4
ec22f32477
Run tests against branch/PR instead master
Use Travis variables to pass the location where relevant code (i.e. the
branch/PR being tested) is checked out on the worker instead of passing
repo master URL to `plugin-test` command.

Closes #21
2018-10-30 06:27:14 +00:00
William Tyler Cinnamon
9cdc389100 Cleanup comments and add travis file. 2017-10-14 23:16:50 -05:00