Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ci-build-without-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ else
export JAVA_HOME=${JAVA_HOME:-$(dirname $(dirname $(readlink -f $(which javac))))}
fi

if [ -d "/tmp/plume-scripts" ] ; then
git -C /tmp/plume-scripts pull -q
if [ -d "/tmp/git-scripts" ] ; then
git -C /tmp/git-scripts pull -q
else
git -C /tmp clone --depth 1 -q https://github.com/eisop-plume-lib/plume-scripts.git
git -C /tmp clone --depth 1 -q https://github.com/eisop-plume-lib/git-scripts.git
fi


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

## Build Checker Framework Inference (which also clones & builds dependencies)
/tmp/plume-scripts/git-clone-related opprop checker-framework-inference ${CFI}
/tmp/git-scripts/git-clone-related opprop checker-framework-inference ${CFI}
(cd $CFI && ./.ci-build-without-test.sh)

./gradlew assemble
Expand Down