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:
parent
a13f1fc9c6
commit
eba58352ab
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue