Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Ignore all branches starting with `release`. | Florian Zschocke | 2020-01-31 | 1 | -2/+1 |
| | | | | Set the ignored branches pattern to `release*` for the normal ci workflow. | ||||
* | Run build and tests on Java 7. | Florian Zschocke | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | ci: Ignore release and gh-pages branches for CI build on push | Florian Zschocke | 2020-01-11 | 1 | -1/+6 |
| | |||||
* | ci: Add build with Java 7 on Linux | Florian Zschocke | 2020-01-10 | 1 | -0/+29 |
| | | | | | | | Add a job to run a build with Java 7. The job currently only runs on Linux. In order to run on Java 7, an old Ant version is downloaded and installed. We use moxie+ant for this, so we build with moxie. | ||||
* | Build on matrix of latest Ubunutu and latest Windows. | Florian Zschocke | 2020-01-05 | 1 | -1/+2 |
| | | | | | Currently that is Ubuntu 18.04 and Windows Server 2019. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners | ||||
* | Build as matrix of Java 8 and 11, only. | Florian Zschocke | 2020-01-05 | 1 | -1/+1 |
| | | | | | We cannot build with Ant on GitHub since the provided Ant version does not run on Java 7. | ||||
* | Build with matrix of Java 7, 8 and 11. | Florian Zschocke | 2020-01-05 | 1 | -5/+10 |
| | |||||
* | Add ci workflow to build on every push. | Florian Zschocke | 2020-01-05 | 1 | -0/+25 |