Skip to content

Commit

Permalink
Clone and build annotation-tool in opprop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Mar 29, 2024
1 parent 45dd837 commit 13f832c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci-build-without-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export AFU="${AFU:-../annotation-tools/annotation-file-utilities}"
# Don't use `AT=${AFU}/..` which causes a git failure.
AT=$(dirname "${AFU}")

## Build annotation-tools (Annotation File Utilities)
#/tmp/plume-scripts/git-clone-related opprop annotation-tools "${AT}"
#if [ ! -d ../annotation-tools ] ; then
# ln -s "${AT}" ../annotation-tools
#fi
# Build annotation-tools (Annotation File Utilities)
/tmp/plume-scripts/git-clone-related opprop annotation-tools "${AT}"
if [ ! -d ../annotation-tools ] ; then
ln -s "${AT}" ../annotation-tools
fi

echo "Running: (cd ${AT} && ./.build-without-test.sh)"
(cd "${AT}" && ./.build-without-test.sh)
Expand Down

0 comments on commit 13f832c

Please sign in to comment.