mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: build blog example with -autofree
This commit is contained in:
parent
8810af76df
commit
8efea1e1c8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user