Skip to content

Commit

Permalink
Java version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Aug 6, 2023
1 parent 4cc6a05 commit 98e554b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
name: Test
command: export JAVA_HOME=/opt/jdk19 &&
export PATH=$PATH:$JAVA_HOME/bin &&
echo "export JAVA_HOME=/opt/jdk19" >> ~/.bashrc &&
java -version &&
make b

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
SHELL := /bin/bash

b: build
build:
java -version
mvn clean install -DskipTests
mvn test
test:
Expand Down

0 comments on commit 98e554b

Please sign in to comment.