mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix ubuntu-gcc
This commit is contained in:
parent
9845fade89
commit
039dafb30f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --quiet -y libglfw3 libglfw3-dev libfreetype6-dev libssl-dev
|
||||
- name: Build v
|
||||
run: make && ./v -o v compiler
|
||||
run: make && ./v -cc gcc -o v compiler
|
||||
- name: Test v->c
|
||||
run: ./v test v
|
||||
- name: Test v->js
|
||||
|
@ -19,4 +19,6 @@
|
||||
- "building a simple blog with vweb" tutorial + youtube video
|
||||
- new playground with a v compiler running in the browser
|
||||
- fix interfaces
|
||||
- merge v.c and v_win.c
|
||||
- fast.vlang.io
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user