Skip to content

Commit

Permalink
Use git-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jun 25, 2024
1 parent 6c99581 commit 013db8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .setup-CF.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export SHELLOPTS

export JAVA_HOME=${JAVA_HOME:-$(dirname $(dirname $(readlink -f $(which javac))))}

git -C /tmp clone --depth 1 -q https://github.com/plume-lib/plume-scripts.git
git -C /tmp clone --depth 1 -q https://github.com/eisop-plume-lib/git-scripts.git

export CHECKERFRAMEWORK="${CHECKERFRAMEWORK:-$(pwd -P)/../checker-framework}"

## Build Checker Framework
/tmp/plume-scripts/git-clone-related eisop checker-framework ${CHECKERFRAMEWORK}
/tmp/git-scripts/git-clone-related eisop checker-framework ${CHECKERFRAMEWORK}

(cd $CHECKERFRAMEWORK && ./gradlew assembleForJavac)

Expand Down

0 comments on commit 013db8b

Please sign in to comment.