ci: fix ubuntu-gcc

pull/2319/head
Alexander Medvednikov 2019-10-13 04:55:49 +03:00
parent 9845fade89
commit 039dafb30f
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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