mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test building more modules
This commit is contained in:
parent
f3de2cea7d
commit
00e9daf790
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -270,6 +270,16 @@ jobs:
|
||||
./v build-module vlib/os
|
||||
./v build-module vlib/builtin
|
||||
./v build-module vlib/strconv
|
||||
./v build-module vlib/time
|
||||
./v build-module vlib/term
|
||||
./v build-module vlib/math
|
||||
./v build-module vlib/strings
|
||||
./v build-module vlib/v/token
|
||||
./v build-module vlib/v/ast
|
||||
./v build-module vlib/v/parser
|
||||
./v build-module vlib/v/cgen
|
||||
./v build-module vlib/v/depgraph
|
||||
./v build-module vlib/os/cmdline
|
||||
- name: x64 machine code generation
|
||||
run: |
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user