mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Generate builtin docs in Earthfile
This commit is contained in:
parent
7fc0330a71
commit
2dcd0f4d2b
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ test-rust:
|
||||||
# RUN echo "4" | cargo run --locked --release --features="target-x86" -- --target=x86_32 examples/benchmarks/NQueens.roc
|
# RUN echo "4" | cargo run --locked --release --features="target-x86" -- --target=x86_32 examples/benchmarks/NQueens.roc
|
||||||
# RUN --mount=type=cache,target=$SCCACHE_DIR \
|
# 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
|
# 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:
|
verify-no-git-changes:
|
||||||
FROM +test-rust
|
FROM +test-rust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue