mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: build V using V
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user