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:
parent
47761a42e9
commit
1aadd3e59c
3
.github/workflows/macos_ci.yml
vendored
3
.github/workflows/macos_ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user