Commit Graph

427 Commits (8a34fb7857d98fefa3bba0419ce848b908fdcd53)

Author SHA1 Message Date
spaceface 8a34fb7857
ci: run the full V test suite on arm64 (#12865) 2021-12-16 17:44:21 +02:00
spaceface 5b5d0bbb9c
ci: ensure that V can be built on arm64 using tcc (#12841) 2021-12-15 11:17:25 +02:00
Jordan Bonecutter fd4e071621
net.openssl: use a pkgconfig directive, instead of a hardcoded path (#12735) 2021-12-07 22:11:47 +02:00
Ulises Jeremias Cornejo Fandos ff911986e7
ci: add tasks for checking that vsl and vtl are not broken by updates to V (#12559) 2021-11-24 09:45:13 +02:00
Delyan Angelov bf7074cad4
ci: disable the tcc32 windows tasks for now 2021-11-22 22:05:09 +02:00
Alexander Ivanov 0386f2bbea
checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
Delyan Angelov 6f7c3a7cdf
ci: do `brew install openssl` on the macos job, reduce flakyness of tcp_test.v 2021-10-01 13:13:05 +03:00
Alexander Medvednikov d374c347e5 ci: fix gitly test 2021-09-30 00:08:28 +03:00
Alexander Medvednikov c2f535fee1 ci: run the gitly web server test 2021-09-29 19:26:49 +03:00
Delyan Angelov a03693e881
ci: extract bootstrapping tests into their own .yml file 2021-09-28 17:38:03 +03:00
Delyan Angelov 85c38bac34
ci: make the bootstrapping failure detection more sensitive 2021-09-28 17:17:55 +03:00
Delyan Angelov 3467ab1551
ci: fix the `g++` build and the `alpine-musl` task 2021-09-28 15:29:00 +03:00
Delyan Angelov 9bf6d57032
ci: remove `make.bat --verbose` usages from the .yml files 2021-09-28 13:11:55 +03:00
crthpl 85b58b03a3
cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
yuyi 4e1ebca0cb
ci: remove vls master branch test (#11992) 2021-09-27 07:11:18 +03:00
Delyan Angelov 105e76f321
ci: bump up perf-regressions limits to 251ms for hw, and 1501ms for `v -o v.c cmd/v`, to avoid false positives :-| 2021-09-26 22:36:58 +03:00
Delyan Angelov 6ea750da8d
v test-all: add a `v run examples/v_script.vsh` step too 2021-09-10 12:45:52 +03:00
Delyan Angelov 83d492bcb8 ci: add a `v.c can be compiled and run with -os cross` step on the macos job too 2021-09-06 20:38:51 +03:00
Alexander Medvednikov 20ca038a56 ci: build hello world with -usecache 2021-08-16 06:42:43 +03:00
Alexander Medvednikov e6d79f2fa7 ci: run fast.v on freebsd 2021-08-15 09:27:17 +03:00
Alexander Medvednikov f1244bd7f1 ci: do not upload fast.v results 2021-08-15 09:22:01 +03:00
Delyan Angelov 0ed7b000ec
ci: do not run examples/build_examples.vsh temporarily (fixes failing macos job) 2021-08-10 15:29:14 +03:00
Delyan Angelov 4f2fe50b9b
ci: disable running gitly for now (timeouts because of shared deadlock since 91ade5b) 2021-08-06 17:31:55 +03:00
Louis Schmieder a4358a6801
orm: fix unique fields (#11045) 2021-08-06 06:21:59 +03:00
Delyan Angelov c13ba6d4b6
ci: fix ci.yml syntax 2021-08-03 18:55:23 +03:00
Alexander Medvednikov 80976e640c vweb: remove init_server() from all examples, tutorials, and tests 2021-08-03 16:03:16 +03:00
Alexander Medvednikov f879b3e221 ci: run gitly 2021-08-03 15:41:52 +03:00
Delyan Angelov 456a19f6d4
ci: fix coutput_test.v on windows 2021-07-31 13:16:33 +03:00
Delyan Angelov c7ecb18f52
ci: bump timeout-minutes from 60 minutes to 121 minutes for normal 'fast' jobs 2021-07-29 18:04:02 +03:00
spaceface b173e55be5
ci: auto-cancel previous workflows when a new commit is pushed (part 2) (#10970) 2021-07-26 15:55:09 +03:00
Delyan Angelov 8e47d27cb9
Revert "ci: auto-cancel previous workflows when a new commit is pushed (#10962)"
Unfortunately #10962 made PR runs, cancel runs on commits pushed
to master too, leading to false positives for failed CI runs :-| .

See https://github.com/vlang/v/commits/master?after=db5e0f21171c05fff3492754eb7aa09b8783c3f1+0&branch=master

This reverts commit 6d6b08ba2a.
2021-07-25 23:50:27 +03:00
spaceface 6d6b08ba2a
ci: auto-cancel previous workflows when a new commit is pushed (#10962) 2021-07-25 21:28:22 +03:00
Uwe Krüger f457b94fe4
cgen: properly support reference args in receivers and arithmetic op methods (#10873) 2021-07-20 15:08:32 +03:00
Alexander Medvednikov 85658bc700 ci: do not run cmd/tools/fast for now 2021-07-20 15:05:36 +03:00
Alexander Medvednikov b9d418f46a ci: build cmd/tools/fast 2021-07-20 13:06:59 +03:00
Delyan Angelov 11a7899690
ci: bump timeout-minutes to 60 2021-07-17 23:49:58 +03:00
Delyan Angelov 19642a1182
ci: use `apt-get update` consistently 2021-07-14 09:22:32 +03:00
Delyan Angelov 2d7d5e1501
ci: add an `apt-get install libsodium-dev` step for v-apps-compile 2021-07-13 22:46:33 +03:00
Delyan Angelov 5589c18b6b
ci: add a step to test libsodium 2021-07-13 19:39:36 +03:00
Delyan Angelov e2f7fd16c2
ci: bump up repeat limits temporarily till V speeds up again 2021-06-24 18:05:53 +03:00
Alexander Medvednikov 1469b47f7d vweb: free app object for each request 2021-06-24 01:37:06 +03:00
Uwe Krüger f3408a2484
gc: use optimized mode by default (#10466) 2021-06-15 15:43:00 +03:00
Delyan Angelov 46148760cc
ci: fix v-apps-compile by adding a 'Clone tree-sitter-v' task too 2021-06-14 14:50:33 +03:00
Delyan Angelov adae5b9afd
ci: use `sudo ./v symlink` in v-apps-compile job 2021-06-14 13:13:32 +03:00
Delyan Angelov 23f28f9336
ci: fix v-apps-compile job 2021-06-14 13:00:10 +03:00
Alexander Medvednikov fa9fa77a5f ci: fix vls test 2021-06-13 23:50:54 +03:00
pancake 012f866619
native: support more arithmetic, int/string arrays, function returns and internal_strlen (#10279) 2021-06-06 16:19:10 +03:00
joe-conigliaro 4217f05146
checker/ci: workaround bug causing errors with -usecache (sumtype field access) & add more -usecache tests (#10199) 2021-05-25 12:28:18 +03:00
Alexander Medvednikov 2a6a9c5222 ci: add -skip-unused test 2021-05-09 17:58:07 +03:00
Delyan Angelov 8a380f4699
tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00