1
0
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:
Alexander Medvednikov
2020-07-14 18:27:11 +02:00
parent 5ad957f270
commit 60ce938149
2 changed files with 12 additions and 3 deletions

View File

@@ -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