mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: build V using V
This commit is contained in:
parent
433e69e560
commit
0525e6f76a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -13,8 +13,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
brew install freetype glfw openssl
|
brew install freetype glfw openssl
|
||||||
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"
|
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"
|
||||||
- name: Build v
|
- name: Build V
|
||||||
run: make && ./v -o v compiler
|
run: make && ./v -o v compiler
|
||||||
|
- name: Build V using V
|
||||||
|
run: ./v -o v2 compiler && ./v2 -o v3 compiler
|
||||||
- name: Test v->c
|
- name: Test v->c
|
||||||
run: ./v test v
|
run: ./v test v
|
||||||
- name: Test v->js
|
- name: Test v->js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue