Skip to content

Commit

Permalink
Merge pull request #25 from denismakogon/more-api
Browse files Browse the repository at this point in the history
export necessary structs
  • Loading branch information
denismakogon authored Jun 17, 2024
2 parents fe058b7 + 90230f0 commit c6e549c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions jextract_dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-t judy.server
-I include/
--include-struct udp_request
--include-function nativeServer
--include-function boostServer
--output src/main/java
3 changes: 2 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ before_install:
- sdk install java 22-open
install:
- PROJECT=judy
- version=$(date +'%Y.%m.%d')
- version=$(date +'%Y.%m.%d+%s')
- JAR_NAME="$PROJECT.latest.jar"
- FILE="jars/$JAR_NAME"
- mkdir jars/
- curl -L -o jars/$JAR_NAME https://github.com/denismakogon/$PROJECT/releases/download/$version/$JAR_NAME
- jar tf jars/$JAR_NAME
- mvn install:install-file -Dfile=$FILE -DgroupId=com.github.denismakogon -DartifactId=${PROJECT} -Dversion=$version -Dpackaging=jar -DgeneratePom=true

0 comments on commit c6e549c

Please sign in to comment.