1 2 3 4 5 6 7 8 9 10 11 12
language: rust script: - cargo build - cargo test - cargo test --features "usegenmesh" - cargo doc after_script: # the doc directory needs to be in the root for rust-ci - mv target/doc doc