travis deployment 4

This commit is contained in:
tastytea 2018-03-12 11:21:34 +01:00
parent cc5f8c279d
commit 6fbf971e14
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 4 additions and 1 deletions

View File

@ -17,13 +17,16 @@ script:
- mkdir -p build && cd build
- cmake -DWITH_EXAMPLES=ON ..
- make VERBOSE=1
- sudo make install && cd ..
- 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
- sudo make install
- make package
- cmake -DWITH_DEB=OFF -DWITH_RPM=ON ..
- make package