Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Try Gitbub actions for builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Drone Script For Docker Builds, thanks to @zicklag
|
|
|
|
Starting from build https://travis-ci.org/int08h/roughenough/jobs/596836299
the AWS KMS build began taking >10 minutes, which Travis will abort
as a build failure.
Use of 'travis_wait' suggested in docs as a mitigation.
https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improved Client Output
|
|
- Update the client instructions with the new `-v` flag needed to show all
output.
- Added instructions for setting the system time on Linux using the client.
|
|
This allows you to redirect standard out to a file or a pipe without
including the verbose debugging/help messages.
|
|
|
|
|
|
|
|
|
|
|
|
|