Commit graph

12 commits

Author SHA1 Message Date
Casey Rodarmor e5efa3f7d5 Make dependencies execute in order they appear
It doesn't seem particularly valuable for dependencies to execute in any
order, so make Recipe.dependencies a vec so they execute in order.
2016-10-09 00:30:33 -07:00
Casey Rodarmor c476afb951 Add git push github master to publish recipe
So that github always reflect version in cargo.
2016-10-08 17:56:28 -07:00
Casey Rodarmor c3bfb44917 Add publish recipe 2016-10-08 17:55:17 -07:00
Casey Rodarmor fc351fccc8 Add polyglot recipes to justfile 2016-10-08 17:29:45 -07:00
Casey Rodarmor c4f87b7e77 Remove list and args from justfile 2016-10-08 17:29:45 -07:00
Casey Rodarmor c957165f4c Actually run recipes, add a bunch of tests 2016-10-08 17:29:45 -07:00
Casey Rodarmor 823b7a5181 Only test lib to avoid duplicate error messages 2016-10-06 16:27:44 -07:00
Casey Rodarmor c0f58eefe8 Lots of work. 2016-10-03 23:55:55 -07:00
Casey Rodarmor 1a7a61acbc Update justfile, notes 2016-10-02 22:31:15 -07:00
Casey Rodarmor 2d8e3d9abe Basic parsing and circular dependency detection working 2016-09-30 23:48:23 -07:00
Casey Rodarmor 114f6b7bdc Working 2016-09-27 22:49:17 -07:00
Casey Rodarmor a0d5b83a80 Initial commit. Broken. 2016-06-16 17:13:43 -07:00