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

cgen: optionals/autofree fixes

This commit is contained in:
Alexander Medvednikov
2021-02-27 17:11:17 +03:00
parent 970bb09eca
commit d39866d4f7
7 changed files with 185 additions and 163 deletions

View File

@@ -295,9 +295,10 @@ jobs:
run: ./v -cc gcc -cflags "-Werror" test-self
- name: Build examples
run: ./v build-examples
- name: Build examples with -autofree
- name: Build examples/certain tests with -autofree
run: |
./v -autofree -experimental -o tetris examples/tetris/tetris.v
./v -autofree vlib/v/tests/option_test.v
- name: Build modules
run: |
./v build-module vlib/os