ci: build blog example with -autofree

pull/9395/head
Alexander Medvednikov 2021-03-20 16:17:04 +03:00
parent 8810af76df
commit 8efea1e1c8
1 changed files with 4 additions and 3 deletions

View File

@ -280,6 +280,7 @@ jobs:
- name: Build examples with -autofree
run: |
./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
run: |
./v doctor