mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
Make travis build a package
This commit is contained in:
parent
9c4bd8ebed
commit
35815a894a
4 changed files with 15 additions and 10 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||
brew update
|
||||
brew update > /dev/null
|
||||
if (( QT4 )); then
|
||||
brew install qt protobuf libgcrypt
|
||||
brew install qt protobuf libgcrypt > /dev/null
|
||||
else
|
||||
brew install qt5 protobuf libgcrypt
|
||||
brew install qt5 protobuf libgcrypt > /dev/null
|
||||
fi
|
||||
else
|
||||
if (( QT4 )); then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue