mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: ci can't run tetris :)
This commit is contained in:
parent
36240b2284
commit
22c173c1dc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -171,7 +171,7 @@ jobs:
|
||||
run: ./v -silent build-examples
|
||||
- name: Build examples with -autofree
|
||||
run: |
|
||||
./v -autofree -experimental -o tetris examples/tetris/tetris.v && ./tetris
|
||||
./v -autofree -experimental -o tetris examples/tetris/tetris.v
|
||||
- name: v doctor
|
||||
run: |
|
||||
./v doctor
|
||||
@ -233,7 +233,7 @@ jobs:
|
||||
run: ./v -silent build-examples
|
||||
- name: Build examples with -autofree
|
||||
run: |
|
||||
./v -autofree -experimental -o tetris examples/tetris/tetris.v && ./tetris
|
||||
./v -autofree -experimental -o tetris examples/tetris/tetris.v
|
||||
- name: Build modules
|
||||
run: |
|
||||
./v build-module vlib/os
|
||||
|
Loading…
Reference in New Issue
Block a user