1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

travis fix #1: deps

This commit is contained in:
Shlomi Fish 2019-04-28 22:08:37 +03:00
parent a13f1fc9c6
commit eba58352ab

View file

@ -9,9 +9,13 @@ addons:
- python-gnome2
- python-gnome2-dev
- python-gtk2
- python-pil
- python-pil-imagetk
- python-setuptools
- python-tk
- python3
- python3-pil
- python3-pil-imagetk
- python3-pip
- python3-setuptools
- python3-tk
@ -32,7 +36,7 @@ deploy:
repo: shlomif/PySolFC
tags: true
skip_cleanup: true
dist: trusty
dist: xenial
before_install:
- if test "$TRAVIS_OS_NAME" = "osx" ; then export CPPFLAGS="$CPPFLAGS -I$(brew --prefix openssl)/include" PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig:$PKG_CONFIG_PATH" LDFLAGS="$LDFLAGS -L$(brew --prefix openssl)/lib" ;fi
- if test "$TRAVIS_OS_NAME" = "osx" ; then wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.0.tar.xz/download && tar xJf PySolFC-Cardsets--Minimal-2.0.tar.xz && mv PySolFC-Cardsets--Minimal-2.0/cardset-* data ; fi