1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Alexander Medvednikov
e3ad367b80 ci: disable vid build for now 2019-11-06 07:06:03 +03:00
Alexander Medvednikov
6b4dcb916b ci: bring back Vid build 2019-10-30 19:36:54 +03:00
Alexander Medvednikov
44b99bc299 ci: don't run sqlite test on windows for now 2019-10-28 12:32:03 +03:00
Alexander Medvednikov
a7568ea54b ci: install libsqlite package 2019-10-28 11:45:27 +03:00
Alexander Medvednikov
07d37fbfc0 ci: remove vid for now 2019-10-27 21:40:26 +03:00
joe-conigliaro
60e7c12e92
put back temp removed flags and env vars (#2339) 2019-10-14 16:51:12 +11:00
joe-conigliaro
9a2b8a0814
compiler: move msvc compiler to -cc flag instead of -os (#2338)
* move msvc to -cc flag instead of -os

* undo unrelated change

* do first build without msvc

* remvove flags temp

* fix comment
2019-10-14 16:41:46 +11:00
joe-conigliaro
de10a529b0 CI: fix building v 2019-10-14 07:08:02 +03:00
Alexander Medvednikov
039dafb30f ci: fix ubuntu-gcc 2019-10-13 04:55:57 +03:00
Alexander Medvednikov
e7e0514379 no longer download vlib if it's missing 2019-10-10 23:20:41 +03:00
Alexander Medvednikov
48e13a3362 a small cached modules fix 2019-10-10 03:48:11 +03:00
Alexander Medvednikov
0525e6f76a ci: build V using V 2019-10-04 17:30:47 +03:00
Delyan Angelov
0160c7a89d compiler: change s.line_nr in just one place in tandem with s.last_nl_pos
* compiler: change s.line_nr in just one place, so that s.last_nl_pos will be updated in tandem too.

* v test v: run repl tests again

* Show gcc version in both windows gcc cases in a) github actions, and b) travis .

* adding inline to is_name_char is_nl and contains_capital does not help actually, just increases slightly binary size.

* Cleanup spurious spaces.
2019-09-28 20:41:11 +03:00
joe-conigliaro
a124d1f0eb CI: apt update 2019-09-25 15:41:34 +03:00
Alexander Medvednikov
69b498d85d CI: bring back vid test 2019-09-23 13:56:25 +03:00
joe-conigliaro
23c84516e2 compiler: error on unused imports 2019-09-23 13:42:20 +03:00
Delyan Angelov
7421781150 CI: split jobs into more steps; compiler: fix "v test v" with tcc 2019-09-22 17:24:15 +03:00
Zaoqi
104e4c9fc7 github actions: simplify ci.yml, test js backend on windows 2019-09-21 18:34:17 +03:00
joe-conigliaro
0d88e122be github actions: one os for each except win (GCC/MSVC) 2019-09-21 04:56:26 +03:00
Zaoqi
fd68c44dfa Add Github Actions 2019-09-20 19:05:53 +03:00