1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: build news fetcher with -prod

This commit is contained in:
Alexander Medvednikov 2023-05-13 02:15:58 +02:00
parent 47761a42e9
commit 1aadd3e59c

View File

@ -72,6 +72,9 @@ jobs:
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 ./v -autofree -o blog tutorials/building_a_simple_web_blog_with_vweb/code/blog
- name: Build examples with -prod
run: |
./v -prod examples/news_fetcher.v
- name: v doctor - name: v doctor
run: | run: |
./v doctor ./v doctor