Skip to content

Commit

Permalink
move to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 27, 2024
1 parent 3d188e0 commit 3bb8f8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 17
distribution: temurin
cache: 'maven'
- name: Shaded dependencies
run: |
cd prometheus-metrics-shaded-dependencies
../mvnw clean install
- name: Run the Maven verify phase
run: ./mvnw --batch-mode verify
run: |
./mvnw clean install
./mvnw javadoc:jar

0 comments on commit 3bb8f8c

Please sign in to comment.