dash/.travis
2021-09-03 21:35:53 +05:30
..
lint_04_install.sh merge #17361: Lint Gitian descriptors with ShellCheck 2021-09-03 21:35:53 +05:30
lint_05_before_script.sh Partial merge #13863: travis: move script sections to files in .travis/ subject to shellcheck 2021-07-08 13:09:43 -04:00
lint_06_script.sh Merge #14705: travis: Avoid timeout on verify-commits check 2021-08-22 21:35:54 -05:00
README.md Partial merge #13863: travis: move script sections to files in .travis/ subject to shellcheck 2021-07-08 13:09:43 -04:00
test_03_before_install.sh Merge #14673: travis: Fail the UBSan Travis build in case of newly introduced UBSan errors 2021-08-18 13:56:42 -05:00
test_04_install.sh Merge #15939: gitian: Remove Windows 32 bit build 2021-09-02 22:27:58 +03:00
test_05_before_script.sh merge #19240: macOS toolchain simplification and bump 2021-09-03 17:49:55 +05:30

travis build scripts

The .travis directory contains scripts for each build step in each build stage. Currently the travis build defines two stages lint and test. Each stage has it's own lifecycle. Every script in here is named and numbered according to which stage and lifecycle step it belongs to.