mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: make sure the generator for vlang/docs can be compiled with latest V (prevent silent doc update stops, after breaking changes)
This commit is contained in:
parent
80fed7add5
commit
388413a2c8
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ jobs:
|
|||
v retry brew install sassc libgit2
|
||||
fi
|
||||
|
||||
- name: Build docs generator
|
||||
run: |
|
||||
v retry -- v install markdown
|
||||
v retry -- git clone https://github.com/vlang/docs --branch generator --depth 1
|
||||
cd docs
|
||||
v .
|
||||
|
||||
- name: Test vtcc
|
||||
if: runner.os == 'Linux'
|
||||
run: .github/workflows/compile_v_with_vtcc.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue