Commit Graph

23 Commits (3d2b9053b08b41ee9dab70c61a9542324442b35a)

Author SHA1 Message Date
Adriaan de Groot 933ad82392 CI: increase build directory size
- Fix typo in the build-debugging bits
 - Increase tmpfs size of /build because it looks like "make install"
   ends up filling the disk, and then it fails.
Adriaan de Groot ff3a40368d CI: defer to Travis driver script
Adriaan de Groot a3ab82f475 CI: drop silly workarounds now service is restored.
Adriaan de Groot 05a766c3a9 CI: bump timeout some more, against all logic
Adriaan de Groot a7ed3147af CI: try to work around build timeouts
- started this morning, but also applies now to yesterday's builds
   when they are restarted. Doesn't seem related to the minor CMake
   change done today.
Adriaan de Groot e37460d3d3 [ci] Revert bdf8c18126, can't use env-vars in notification step
Adriaan de Groot 286305a9d9 Travis: fix up weird language setting
bill-auger bdf8c18126
use private env var for travis IRC notify channel
Adriaan de Groot a0379c9b40 PEP8: Just don't do it
Adriaan de Groot d79c9aa45a CI: also install the build
Adriaan de Groot d18e3dc385 Travis: use a tmpfs for the actual build
Adriaan de Groot 7c06556fac Travis: Do an out-of-source build
Adriaan de Groot fc577b4b79 Travis: looks like /build exists in the resulting system, so use /cbuild
Adriaan de Groot f466c5de80 Travis: try to use the new image again, be stupid about /build
Philip ea8b6c8ba8 [travis] use depreciated Trusty images
- see also: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
- we may check this until September 1st
Adriaan de Groot 434ac4f728 Python-style: don't check third-party code
Alf Gaida 6b1fe2da01 Switch from pep8 to pycodestyle
Reason: pycodestyle is the successor of pep8, same team, same program
        different name
        https://github.com/PyCQA/pycodestyle
Rohan Garg fdd65bfb21
Enforce basic pep8 checking
Rohan Garg 40438e4ae5
Notify IRC
Rohan Garg 4519766230
Move to install
Rohan Garg 77aa39704c
Update .travis.yml and README.md
Rohan Garg 2dab9e11be
Use Docker since Travis host OS is super old
Rohan Garg 3fe94e5e98
Add a file to build on Travis