library-parent-pom/.github/workflows/build.yml
Egor Cherniak 42aae45ce4
upd package, gh actions (#1)
* Cleanup

* GH actions added

* Developers restored

* Fetch token removed

* Upd hosts + steps

* Profile fix

* Sign artifact

* gpg fix

* cleanup

* fix gpg

* Profile fix

* Cleanup

* Deployment condition fix

* Feedback edits
2021-12-24 19:29:24 +03:00

19 lines
383 B
YAML

name: Build Artifact
on:
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Maven Central Repository
uses: actions/setup-java@v2
with:
java-version: '15'
distribution: 'adopt'
- name: Build package
run: mvn --batch-mode clean compile