ci: build blog example with -autofree
parent
8810af76df
commit
8efea1e1c8
|
@ -280,6 +280,7 @@ jobs:
|
||||||
- name: Build examples with -autofree
|
- name: Build examples with -autofree
|
||||||
run: |
|
run: |
|
||||||
./v -autofree -o tetris examples/tetris/tetris.v
|
./v -autofree -o tetris examples/tetris/tetris.v
|
||||||
|
./v -autofree -o blog tutorials/building_a_simple_web_blog_with_vweb/code/blog
|
||||||
- name: v doctor
|
- name: v doctor
|
||||||
run: |
|
run: |
|
||||||
./v doctor
|
./v doctor
|
||||||
|
|
Loading…
Reference in New Issue