diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..2f5408a --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,22 @@ +name: CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 8 + uses: actions/setup-java@v1 + with: + java-version: 8 + - name: Build and package project + run: mvn -f org.genivi.commonapi.core.releng/pom.xml -D target.id=org.genivi.commonapi.core.target clean verify diff --git a/CHANGES b/CHANGES index f23400f..28eac52 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes +Changes ======= v3.2.14 - Update README.md with correct github.io link