Skip to content

Commit

Permalink
Merge pull request #5311 from JabRef/circlecijlink
Browse files Browse the repository at this point in the history
add circle ci config for building gradle jlink
  • Loading branch information
Siedlerchr authored Sep 12, 2019
2 parents ed4c8a9 + 8c33b2a commit a27a430
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- run: git submodule sync
- run: git submodule update --init
- run: ./gradlew -Pdev=true -Pinstall4jDir="install4j8" release --stacktrace
- run: ./gradlew jlink
- run: mv build/image jabref
- run: tar cvzf JabRef-linux-${CIRCLE_BRANCH}-latest.tar.gz jabref
- run: mv JabRef-linux-${CIRCLE_BRANCH}-latest.tar.gz build/releases/
- save_cache:
key: gradle
paths:
Expand Down

0 comments on commit a27a430

Please sign in to comment.