added test data to distribution
This commit is contained in:
6
post_build.sh
Normal file
6
post_build.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURRENT_DIR=$(dirname "$0")
|
||||
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
||||
|
||||
rsync -av --progress ${CURRENT_DIR}/repertory/repertory_test/data/ ${PROJECT_DIST_DIR}/data/
|
Reference in New Issue
Block a user