Browse Source

Rename a script

tags/v1.0
falkTX 3 years ago
parent
commit
d77ef9308a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      build-plugins.sh

+ 1
- 1
.travis.yml View File

@@ -47,7 +47,7 @@ install:

script:
- bash ${TRAVIS_BUILD_DIR}/bootstrap.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/build.sh ${TARGET} ${PLUGINS}
- bash ${TRAVIS_BUILD_DIR}/build-plugins.sh ${TARGET} ${PLUGINS}

#notifications:
#email: true


build.sh → build-plugins.sh View File

@@ -10,7 +10,7 @@ PAWPAW_ROOT="${PWD}"
target="${1}"

if [ -z "${target}" ]; then
echo "usage: ${0} <target> <plugin>"
echo "usage: ${0} <target> <plugin1> ..."
exit 1
fi


Loading…
Cancel
Save