travis deployment 9

This commit is contained in:
tastytea 2018-03-12 12:39:38 +01:00
parent 7ab498c721
commit 76ffc28690
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ script:
before_deploy:
- sudo apt-get install rpm
- cd build
- cp -v packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${TRAVIS_TAG}.ebuild
- cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${TRAVIS_TAG}.ebuild
- cmake -DWITH_DEB=ON ..
- make package
- cmake -DWITH_DEB=OFF -DWITH_RPM=ON ..