diff --git a/.travis.yml b/.travis.yml index 32e5583..b8cae24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,13 @@ sudo: true os: - linux # - osx +# - windows + +# for windows *test* of AppImage +# see https://docs.travis-ci.com/user/build-matrix/#using-different-programming-languages-per-job +# and https://discourse.appimage.org/t/run-appimage-on-windows/177 +# and https://docs.travis-ci.com/user/reference/windows/ +# why fuse is not possible on windows: https://superuser.com/questions/179436/is-it-possible-to-use-fuse-with-windows dist: bionic diff --git a/buildScripts/getDevLibraries b/buildScripts/getDevLibraries index ab2b7aa..6631536 100755 --- a/buildScripts/getDevLibraries +++ b/buildScripts/getDevLibraries @@ -17,4 +17,4 @@ sudo apt-get $UNATTENDED install \ liblcms2-dev \ libxml2-dev \ libuninameslist-dev \ - python-dev + libpython-dev