mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
clean up the parser a bit; run vfmt; add x64 to ci
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -120,7 +120,16 @@ jobs:
|
||||
- name: Freestanding
|
||||
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||
- name: x64 machine code generation
|
||||
run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world
|
||||
run: |
|
||||
./v -o vprod -prod v.v
|
||||
cd tools
|
||||
echo "Generating a 1m line V file..."
|
||||
../vprod run gen1m.v > 1m.v
|
||||
echo "Building it..."
|
||||
../vprod -x64 1m.v
|
||||
echo "Running it..."
|
||||
./1m
|
||||
#run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world
|
||||
|
||||
|
||||
ubuntu-prebuilt:
|
||||
|
||||
Reference in New Issue
Block a user