graphseg / build.sh
lucio's picture
fix build script
1e35eec
raw
history blame contribute delete
No virus
308 Bytes
#! /bin/bash
## download embeddings.txt
# dvc pull embeddings.txt.dvc
## or copy it of a previous build
# unzip -j binary/graphseg.jar embeddings.txt
cp embeddings.txt source/res/
cd source
mvn package
mkdir -p ../binary
mv target/graphseg-0.0.1-SNAPSHOT-jar-with-dependencies.jar ../binary/graphseg.jar