jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 872 forks source link

Github actions #984

Closed HanSolo closed 3 years ago

HanSolo commented 3 years ago

Added github actions to replace travis. This action will run the gradlew test on JDK 8 and 11 on Ubuntu 18.04, latest MacOS and Windows 2016.

Github actions are usually faster than travis, can handle up to 20 parallel jobs so it might be worth using it.

jankotek commented 3 years ago

thanks