Commit Graph

14 Commits

Author SHA1 Message Date
ba0a697b4f
Don't fail if config file missing
- seems to better fit into the workflow
2022-11-16 11:37:53 +08:00
9c955b591c
Python package source workaround
Some checks failed
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
- system pythohn packages have priority over deadsnakes PPA
2022-04-25 16:08:59 +08:00
0fb6628b47
Modify python xvfbwrapper
Some checks failed
buildbot/travis_bionic Build done.
- install through pip instead of apt
2021-08-26 21:19:07 +08:00
656098a451
Add python3-xvfbwrapper for python 3
Some checks failed
buildbot/travis_bionic Build done.
- workaround for Qt tests
2021-08-26 21:09:23 +08:00
eef4c3dd16
Add Qt5 if python 3 specified
Some checks failed
buildbot/travis_bionic Build done.
- workaround for tests
2021-08-26 20:57:47 +08:00
0377ebff81
travis2bash.sh configuragble config file
- passing an argument to travis2bash.sh allows to use a custom config
  file instead of the default .travis.yml
2021-03-30 21:18:49 +02:00
d6a3989c7c
Allow skipping apt update
- environment variable TRAVIS_SKIP_APT_UPDATE can be set to non-empty to
  skip apt update when running travis2bash.sh
2021-02-16 09:36:27 +01:00
a1dfb3442a
travis2bash python options fix 2021-02-14 11:59:12 +01:00
be2aadb276
travis2bash argument fix
- also minor code quality
2021-02-14 11:52:33 +01:00
456a458e86
Add _with_* support to travis python 2021-02-14 11:41:17 +01:00
43bf23e4e7
travis python version skip fix 2021-02-14 09:30:40 +01:00
6d19239517
python travis2bash updates
- ignores things like "_with_system_site_packages"
- allows to skip python versions by using TRAVIS_PYTHON environment
  variable (set it to the desired python version to skip others)
2021-02-14 08:49:16 +01:00
ee7a93c2fd
Docker and permissions
- add dockerfile for bionic builder
- chmod scripts sexecutable
- add docker-install-all.sh
2021-02-11 10:26:44 +01:00
c6e0e37381
Initial commit 2021-02-10 13:26:46 +01:00