Commit graph

24 commits

Author SHA1 Message Date
Laurent Cheylus
9fb205a61c
ci: add CI for OpenBSD (#24732) 2025-06-16 12:21:23 +03:00
Delyan Angelov
9e2462a876
native: fix again v -os macos -experimental -b native -o hw.macos examples/hello_world.v, after the latest changes to the backend 2025-06-12 13:40:01 +03:00
Delyan Angelov
42a992775e
ci: reduce code duplication in linux_ci.vsh 2025-05-31 13:20:15 +03:00
Delyan Angelov
b9d746fae8
ci: first recompile v with -g, before running Self tests, to ease remote diagnosis 2025-03-21 11:11:53 +02:00
Alexander Medvednikov
8683e634ee veb: deprecate vweb (part 2); move all vweb examples to veb 2025-03-02 14:37:20 +03:00
Delyan Angelov
1cb76c92f4
ci: remove the VJOBS=1 restriction for test-cleancode on linux (#23801) 2025-02-24 16:30:36 +02:00
Delyan Angelov
8241f22116
ci: use -silent in more jobs that produce a lot of OK lines normally (for test-cleancode, test-self, build-examples, build-tools) 2025-02-24 11:23:59 +02:00
Delyan Angelov
252df04ceb
ci: use -silent for the longer test runs (suppress most OK lines, to reduce scrolling on failure) 2025-02-24 09:35:16 +02:00
Delyan Angelov
428b32806e
ci: avoid duplicating work by removing the remaining -skip-unused tasks, since that is the new default (#23746) 2025-02-17 12:09:37 +02:00
Delyan Angelov
55f482bb63
ci: update linux image runners from ubuntu-20.04 to ubuntu-24.04 (#23706) 2025-02-17 07:37:59 +02:00
Delyan Angelov
b5d6f406af
ci: run FreeBSD on a VM in github ci, instead of on the Cirrus service (which stopped working today) (#23692) 2025-02-11 17:35:04 +02:00
Delyan Angelov
319eb83525
log: add log.use_stdout(), use it to silence the transition note for the most commonly used V tools/examples (#23642) 2025-02-03 12:37:57 +02:00
Adam Oates
c50d4ee13b
gg: add linux support for fn screen_size() Size (fix #23146) (#23326) 2025-01-02 19:10:09 +02:00
Delyan Angelov
9754714906
ci: use unbuffer_stdout() to ease debugging of failed CI steps 2024-12-30 17:31:45 +02:00
Alexander Medvednikov
394f3b1aae ci: change exec name for parallel cc 2024-12-19 12:32:52 +03:00
Alexander Medvednikov
b3d2a3faaf ci: linux_ci.vsh; cgen: parallel-cc fixes 2024-12-17 02:31:25 +03:00
Delyan Angelov
ee957e8fa6 ci: extract ci/common/runner.v, use it to simplify ci/macos_ci.vsh even more 2024-11-10 13:39:08 +02:00
Delyan Angelov
ce1fbaa0bd ci: improve output of macos_ci.vsh 2024-11-10 13:13:38 +02:00
Delyan Angelov
3223da69a1 ci: ensure that all examples can still be compiled, by v compiled with tcc on macos 2024-11-10 12:13:35 +02:00
Delyan Angelov
a40e751ba3
ci: cleanup, run npx prettier --write .github/workflows/macos_ci.yml 2024-11-09 08:53:14 +02:00
Alexander Medvednikov
d521f4d6f3 ci: fix Build V 2024-11-09 09:27:17 +03:00
Alexander Medvednikov
5d0f6b8a3d ci: use os.system to redirect output 2024-11-09 09:24:35 +03:00
Alexander Medvednikov
7ee7fb7664 ci: fmt macos_ci.vsh 2024-11-09 09:19:06 +03:00
Alexander Medvednikov
48e3cd1beb ci: macos_ci.vsh 2024-11-09 09:18:03 +03:00