forked from StudioInfinity/dyna3
12 lines
430 B
YAML
12 lines
430 B
YAML
![]() |
# run all Cargo examples, as described here:
|
||
|
#
|
||
|
# Karol Kuczmarski. "Add examples to your Rust libraries"
|
||
|
# http://xion.io/post/code/rust-examples.html
|
||
|
#
|
||
|
runs:
|
||
|
using: "composite"
|
||
|
steps:
|
||
|
- run: cd app-proto; cargo run --example irisawa-hexlet
|
||
|
- run: cd app-proto; cargo run --example three-spheres
|
||
|
- run: cd app-proto; cargo run --example point-on-sphere
|
||
|
- run: cd app-proto; cargo run --example kaleidocycle
|