summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Expand)Author
2019-04-16use shorthand rescue syntax and modern Hash syntax in rake tasks [skip ci]Dan Allen
2019-03-07organize rake build by moving tasks into task filesDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-01-08disable color in cucumber output in CIDan Allen
2018-11-15remove shippable configuration [skip ci]Dan Allen
2018-11-10build AsciidoctorJ 1.5.x instead of 1.6.0Dan Allen
2018-05-06drop obsolete build logicDan Allen
2017-12-21move yard deps to Gemfile and remove rake taskDan Allen
2017-09-19rename license text file to LICENSE [skip ci]Dan Allen
2017-09-04clarify how to grant the Travis user permission to trigger the buildDan Allen
2017-09-04add note about TRAVIS_TOKENDan Allen
2017-09-04add asciidoctor-reveal.js to list of downstream projects to triggerDan Allen
2017-08-13fix typo in URL of config file in build:dependents taskDan Allen
2017-08-13fix dependent builds taskDan Allen
2017-08-13apply upstream only CI config to triggered builds, if availableDan Allen
2017-07-24fix check for TRAVIS_TAG in build:dependents taskDan Allen
2017-07-24reverse logic when checking whether to skip dependent buildsDan Allen
2017-07-24don't trigger dependent builds for tagsDan Allen
2017-07-20abbreviate sha1 hash in message for triggered buildsDan Allen
2017-07-20trigger build of Asciidoctor Diagram on every change to masterDan Allen
2017-07-17Trigger build of branch asciidoctorj-1.6.0 on updates (PR #2317)Robert Panzer
2017-07-14retrieve repo slug for commit message from env variableDan Allen
2017-07-14also include the commit hash in the message subject for triggered buildsDan Allen
2017-07-14try the commit URL in the triggered build messageDan Allen
2017-07-14add commit memo to message used for triggered buildDan Allen
2017-07-13fix status messages in build:dependents taskDan Allen
2017-07-13customize commit message of dependent buildsDan Allen
2017-07-13trigger build of AsciidoctorJ against upstream on every change to core (PR #2...Robert Panzer
2017-07-12only trigger dependent builds on first job in matrixDan Allen
2017-07-11add missing require in RakefileDan Allen
2017-07-11rework build:dependents task; tie into Travis buildDan Allen
2017-07-09Adds a Rake task to trigger build on dependent projectsGuillaume Grossetie
2017-06-25rename block arg used to configure test task; set default task to test:allDan Allen
2017-06-25remove unused test configuration in RakefileDan Allen
2017-06-25configure feature tests to only show progressDan Allen
2017-04-20resolves #2136 validate name of inline macro; cache inline macro rx (PR #2137)Dan Allen
2016-11-28don't fail build if .yardopts file is missingDan Allen
2015-10-31prepare for 1.5.3 releaseDan Allen
2014-11-24only print LANG in Travis buildsDan Allen
2014-11-10enable CI reportsDan Allen
2014-08-10enable feature tests in Travis CIDan Allen
2014-08-05prepare for the next development iteration [ci skip]Dan Allen
2014-08-05update LICENSE file to include file extensionDan Allen
2014-07-03fix yard taskDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-28add .yardopts file for rubydoc.infoDan Allen
2014-02-17bump GC memory a few notchesDan Allen
2014-02-17adjust memory settings for tests, disable tty modeDan Allen
2014-02-16minor optimizationsDan Allen
2014-02-16call each thing by its right nameDan Allen