Skip to content

Commit

Permalink
add doc in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jan 8, 2018
1 parent 42463d8 commit 4cfc0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ matrix:
- rm Plugins/Examples/camomile.sh
- cp README.md Plugins/README.md
- cp LICENSE Plugins/LICENSE.txt
- cp Documentation.pdf Plugins/Documentation.pdf
- mv Plugins Camomile
- zip -r $release.zip Camomile
- os: osx
Expand All @@ -45,6 +46,7 @@ matrix:
- rm Plugins/Examples/camomile.sh
- cp README.md Plugins/README.md
- cp LICENSE Plugins/LICENSE.txt
- cp Documentation.pdf Plugins/Documentation.pdf
- mv Plugins Camomile
- zip -r $release.zip Camomile
deploy:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ after_build:
- copy %APPVEYOR_BUILD_FOLDER%\libpd\libs\libpd.dll %APPVEYOR_BUILD_FOLDER%\Plugins\libpd.dll
- copy %APPVEYOR_BUILD_FOLDER%\README.md %APPVEYOR_BUILD_FOLDER%\Plugins\README.md
- copy %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\Plugins\LICENSE.txt
- copy %APPVEYOR_BUILD_FOLDER%\Documentation.pdf %APPVEYOR_BUILD_FOLDER%\Plugins\Documentation.pdf
- del %APPVEYOR_BUILD_FOLDER%\Plugins\camomile.sh /Q
- rmdir %APPVEYOR_BUILD_FOLDER%\Plugins\"Shared Code"\ /S /Q
- rmdir %APPVEYOR_BUILD_FOLDER%\Plugins\VST\ /S /Q
Expand Down

0 comments on commit 4cfc0f6

Please sign in to comment.