Branch: refs/heads/elextr-patch-1 Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Thu, 30 Sep 2021 05:42:32 UTC Commit: e88f9c264d6f08a11964b124ce553cdf71fe2c77 https://github.com/geany/geany/commit/e88f9c264d6f08a11964b124ce553cdf71fe2c...
Log Message: ----------- Use Python3 for build dependencies in CI
Modified Paths: -------------- .travis.yml
Modified: .travis.yml 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -16,10 +16,10 @@ install: - test -z "$MINGW" || sudo apt-get install -y mingw-w64-tools g++-mingw-w64-i686 gcc-mingw-w64-i686 binutils-mingw-w64-i686 # fix broken pkg-config-crosswrapper, see https://bugs.launchpad.net/ubuntu/+source/mingw-w64/+bug/1327242 - test -z "$MINGW" || sudo sed -e 's/PKG_CONFIG_PATH=/&$PKG_CONFIG_PATH:/' -i /usr/bin/i686-w64-mingw32-pkg-config - - sudo apt-get install -y python-docutils rst2pdf + - sudo apt-get install -y python3-docutils rst2pdf # try not to install doxygen-latex because we don't need it and it's huge - sudo apt-get install -y --no-install-recommends doxygen - - sudo apt-get install -y python-lxml + - sudo apt-get install -y python3-lxml before_script: - export CFLAGS="-g -O2 -Werror=pointer-arith -Werror=implicit-function-declaration" script:
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).