travis deployment 3

This commit is contained in:
tastytea 2018-03-12 11:15:10 +01:00
parent 8736d64867
commit cc5f8c279d
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5

View File

@ -18,12 +18,12 @@ script:
- cmake -DWITH_EXAMPLES=ON ..
- make VERBOSE=1
- sudo make install && cd ..
skip_cleanup: true
before_deploy:
- cp -v packages/gentoo/mastodon-cpp-{0.0.0,${TRAVIS_TAG}}.ebuild
- cd build
- cmake -DWITH_DEB=ON ..
- make install
- make package
- cmake -DWITH_DEB=OFF -DWITH_RPM=ON ..
- make package