ambient.yaml
1 pre_plan: 2 - action: cargo_fetch 3 plan: 4 - action: cargo_fmt 5 - action: cargo_clippy 6 - action: cargo_build 7 - action: cargo_test 8 9 - action: shell 10 shell: | 11 subplot docgen clab.subplot -o /workspace/artifacts/clab.html 12 13 - action: custom 14 name: dch 15 args: 16 debemail: liw@liw.fi 17 debfullname: Lars Wirzenius 18 19 - action: deb 20 post_plan: 21 - action: dput 22 - action: rsync