travis deployment 6

This commit is contained in:
tastytea 2018-03-12 11:39:49 +01:00
parent 2331d9a0e2
commit 75bdfd9bce
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 4 deletions

View File

@ -17,15 +17,12 @@ script:
- mkdir -p build && cd build
- cmake -DWITH_EXAMPLES=ON ..
- make VERBOSE=1
- sudo make install
- make install DESTDIR=install
- cd ..
on:
tags: false
before_deploy:
- cp -v packages/gentoo/mastodon-cpp-{0.0.0,${TRAVIS_TAG}}.ebuild
- cd build
- ls -l
- cmake -DWITH_DEB=ON ..
- make package
- cmake -DWITH_DEB=OFF -DWITH_RPM=ON ..