mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: make builtin, strconv, os work with v build-module
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -168,6 +168,11 @@ jobs:
|
||||
run: ./v -o vprod -prod cmd/v && ./vprod test-fixed
|
||||
- name: Build examples
|
||||
run: ./v build-examples
|
||||
- name: Build modules
|
||||
run: |
|
||||
./v build-module vlib/os
|
||||
./v build-module vlib/builtin
|
||||
./v build-module vlib/strconv
|
||||
- name: x64 machine code generation
|
||||
run: |
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user