Skip to content

Commit

Permalink
Added build script to simplify things
Browse files Browse the repository at this point in the history
  • Loading branch information
castortech committed Apr 24, 2023
1 parent 1604b94 commit 86ffd2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdbxjni-linux64/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

JAVA_HOME=/usr/lib/jvm/jre-11-openjdk
export JAVA_HOME

MDBX_HOME=/home/ec2-user/libmdbx
export MDBX_HOME

mvn clean compile package -Dmaven.test.skip=true -P linux64

0 comments on commit 86ffd2a

Please sign in to comment.