CI: lint scripts
This commit is contained in:
parent
c632024aef
commit
937a6d6e15
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
cp license.txt "$DIR_NAME"
|
||||
cp README.md "$DIR_NAME"
|
||||
|
||||
if [[ "x${NO_SOURCE_PACK}" == "x" ]]; then
|
||||
if [[ -z "${NO_SOURCE_PACK}" ]]; then
|
||||
tar -cJvf "${REV_NAME}-source.tar.xz" src externals CMakeLists.txt README.md license.txt
|
||||
cp -v "${REV_NAME}-source.tar.xz" "$DIR_NAME"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue