Migrate to github actions
Travis-ci.org is going away. Migrate to github actions instead of migrating over to travis-ci.com. Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
parent
9639f707ee
commit
506ee24411
18
.github/workflows/build.yml
vendored
Normal file
18
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Java
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
- name: Ant build
|
||||
run: ant -noinput -buildfile build.xml clean check jar unittest
|
||||
|
@ -1,6 +1,6 @@
|
||||
OpenRocket
|
||||
==========
|
||||
[ ](https://travis-ci.org/openrocket/openrocket)
|
||||

|
||||
[](https://sourcespy.com/github/openrocketopenrocket/)
|
||||
|
||||
Overview
|
||||
|
Loading…
x
Reference in New Issue
Block a user