Generate builtin docs in Earthfile

This commit is contained in:
Richard Feldman 2022-05-01 20:57:18 -04:00
parent 7fc0330a71
commit 2dcd0f4d2b
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -100,6 +100,9 @@ test-rust:
# RUN echo "4" | cargo run --locked --release --features="target-x86" -- --target=x86_32 examples/benchmarks/NQueens.roc
# RUN --mount=type=cache,target=$SCCACHE_DIR \
# cargo test --locked --release --features with_sound --test cli_run i386 --features="i386-cli-run" && sccache --show-stats
# make sure doc generation works (that is, make sure build.sh returns status code 0)
RUN bash www/build.sh
verify-no-git-changes:
FROM +test-rust