summaryrefslogtreecommitdiff
path: root/tasks/dependents.rake
AgeCommit message (Collapse)Author
2021-07-15pass branch that triggered build to dependentsDan Allen
2021-06-02use comma after last entry in multi-line hash [skip ci]Dan Allen
2021-05-06define functions used in rake task outside of task [skip ci]Dan Allen
2021-05-03remove logic to build dependent projects on Travis CI [skip ci]Dan Allen
2021-05-02use YAML.safe_load instead of YAML.load in dependents.rake [skip ci]Dan Allen
2021-04-30leave empty line after magic comment in tasks [skip ci]Dan Allen
2021-04-30fix code style in dependents task [skip ci]Dan Allen
2021-04-19fix branch names of dependent projects in CI triggerDan Allen
2021-01-24no longer trigger the Asciidoctor Diagram build at Travis on pushDan Allen
2020-11-27trigger reveal.js build on GitHub Actions instead of TravisDan Allen
2020-11-17trigger Asciidoctor PDF build to test again upstream after successful runDan Allen
2020-11-09resolves #3837 migrate Linux-based CI jobs to GitHub Actions (PR #3838)Dan Allen
2020-10-19use CI jobs and update match for TruffleRuby (PR #3785)Dan Allen
- use jobs instead of matrix - run slower jobs first to reduce overall build time - use a single regex to match TruffleRuby in commit message
2020-05-03fix deprecation warning in build dependents taskDan Allen
- use OpenURI.open_uri instead of open
2020-04-30fix note about configuration for downstream GitHub Actions triggerDan Allen
2020-02-18trigger Asciidoctor.js build running as GitHub Action (PR #3560)Guillaume Grossetie
2019-12-05trigger build of AsciidoctorJ running as GitHub Action (PR #3487)Robert Panzer
2019-03-07organize rake build by moving tasks into task filesDan Allen