Commit Graph

14 Commits

Author SHA1 Message Date
Peter Šurda ba0a697b4f
Don't fail if config file missing
- seems to better fit into the workflow
2022-11-16 11:37:53 +08:00
Peter Šurda 9c955b591c
Python package source workaround
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
- system pythohn packages have priority over deadsnakes PPA
2022-04-25 16:08:59 +08:00
Peter Šurda 0fb6628b47
Modify python xvfbwrapper
buildbot/travis_bionic Build done. Details
- install through pip instead of apt
2021-08-26 21:19:07 +08:00
Peter Šurda 656098a451
Add python3-xvfbwrapper for python 3
buildbot/travis_bionic Build done. Details
- workaround for Qt tests
2021-08-26 21:09:23 +08:00
Peter Šurda eef4c3dd16
Add Qt5 if python 3 specified
buildbot/travis_bionic Build done. Details
- workaround for tests
2021-08-26 20:57:47 +08:00
Peter Šurda 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
Peter Šurda 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
Peter Šurda a1dfb3442a
travis2bash python options fix 2021-02-14 11:59:12 +01:00
Peter Šurda be2aadb276
travis2bash argument fix
- also minor code quality
2021-02-14 11:52:33 +01:00
Peter Šurda 456a458e86
Add _with_* support to travis python 2021-02-14 11:41:17 +01:00
Peter Šurda 43bf23e4e7
travis python version skip fix 2021-02-14 09:30:40 +01:00
Peter Šurda 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
Peter Šurda 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
Peter Šurda c6e0e37381
Initial commit 2021-02-10 13:26:46 +01:00