Ensure that ./x.py doc --stage 0 src/libstd works via CI

This commit is contained in:
Dylan MacKenzie 2020-04-28 10:17:54 -07:00
parent d7afaa7247
commit 1f7c8967dc

View File

@ -27,4 +27,5 @@ ENV SCRIPT python3 ../x.py test src/tools/expand-yaml-anchors && \
python3 ../x.py build --stage 0 src/tools/build-manifest && \
python3 ../x.py test --stage 0 src/tools/compiletest && \
python3 ../x.py test src/tools/tidy && \
python3 ../x.py doc --stage 0 src/libstd && \
/scripts/validate-toolstate.sh