Create deb packages on CircleCI

This commit is contained in:
Yuya Ochiai
2016-04-26 23:00:07 +09:00
parent 162b0ae632
commit 40eecf0dad
4 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ dependencies:
- tar zcvf $CIRCLE_ARTIFACTS/mattermost-desktop-osx.tar.gz -C release mattermost-desktop-osx
- tar zcvf $CIRCLE_ARTIFACTS/mattermost-desktop-linux-ia32.tar.gz -C release mattermost-desktop-linux-ia32
- tar zcvf $CIRCLE_ARTIFACTS/mattermost-desktop-linux-x64.tar.gz -C release mattermost-desktop-linux-x64
- mv release/*.deb $CIRCLE_ARTIFACTS/
test:
override: