This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Rename a script
tags/v1.0
falkTX
3 years ago
parent
d416a1ef5b
commit
d77ef9308a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+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> <plugin
1
>
...
"
exit 1
fi
Write
Preview
Loading…
Cancel
Save