Mikkel Hjortshøj
ecd81e8a53
Update stale.yml
2022-07-25 00:14:07 +02:00
Mikkel Hjortshøj
a9f744cb64
Update stale.yml
2022-07-25 00:07:29 +02:00
Mikkel Hjortshøj
b02e42c6dc
Update stale.yml
2022-07-25 00:05:36 +02:00
Mikkel Hjortshøj
cb0273b5d7
Update stale.yml
2022-07-24 23:58:43 +02:00
Mikkel Hjortshøj
8dbf45a65a
Update stale.yml
2022-07-24 23:54:39 +02:00
Mikkel Hjortshøj
efe00e1aa6
Create stale.yml
2022-07-24 23:48:34 +02:00
Mikkel Hjortshøj
a3afe617c2
Update ci.yml
2022-07-24 23:27:07 +02:00
Jeroen van Rijn
1c03e68057
Update CI.
2022-04-26 14:56:28 +02:00
Jeroen van Rijn
ba5e33bc35
Update CI workflow.
2022-04-26 14:51:16 +02:00
Jeroen van Rijn
63331ef731
Revert "Merge pull request #1702 from Kelimion/filename_generation"
...
This reverts commit a40a53b104 , reversing
changes made to 5422a3b17e .
2022-04-24 19:53:36 +02:00
Jeroen van Rijn
9f8d90f466
Update CI paths for issue tests.
2022-04-24 14:28:00 +02:00
Jeroen van Rijn
3d2856db31
Update tests to use new filename generation code.
2022-04-24 14:19:25 +02:00
gingerBill
426a6a9528
Update nightly.yml to build the directory
2022-04-05 21:10:24 +01:00
Colin Davidson
78ee97ec74
only install the right version of llvm
2022-03-31 13:40:28 -07:00
gitlost
10c5825715
Fix issue #829 "Compiler crashes when declaring maps with procedure"
...
Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally
use last (the proc lit was being set to that of previous string)
Adds test to "tests/issues" and changes CI to use new "run" shells
2022-03-23 12:56:37 +00:00
gitlost
fdbbf24271
Fix issue #1592 "LLVM code gen error when using a constant in an if"
...
Changes lb_build_if_stmt() to return null lbValue if condition is
cmpAnd, cmpOr or non-const neg and check in lb_build_if_stmt()
to avoid short circuiting if that's the case
Adds test to "tests/issues" and adds step in CI to check this dir
2022-03-18 13:57:22 +00:00
gingerBill
a882260db6
Merge pull request #1605 from colrdavidson/linux_build
...
Make llvm-config build more general for linux
2022-03-14 11:39:03 +00:00
gingerBill
633157f4f8
Merge pull request #1613 from semarie/linux_arm64
...
fix Linux arm64 support
2022-03-14 11:37:45 +00:00
Sébastien Marie
ed4c9335db
enable freebsd_amd64 inside CI
2022-03-13 11:43:36 +00:00
Sébastien Marie
15f9795ab0
enable linux_arm64 check in CI
2022-03-12 09:21:46 +00:00
Colin Davidson
7f8a9587e0
more build tweaks?
2022-03-09 07:22:48 -08:00
Colin Davidson
3bd1ac4c82
test adjusting apt arg order
2022-03-09 07:18:41 -08:00
Colin Davidson
34a9f55f37
Update ci to use build script
2022-03-09 06:52:22 -08:00
Sébastien Marie
499c657ffa
rename architecture from 386 to i386
2022-03-03 15:28:18 +00:00
Sébastien Marie
8c6f39a68d
CI: add linux i386, Darwin arm64 and Windows 386
2022-03-03 15:08:34 +00:00
Sébastien Marie
04297bb680
ci: add check for OpenBSD amd64
2022-02-26 14:18:37 +00:00
Mikkel Hjortshøj
1c57d1c019
Update nightly.yml
2022-02-11 17:22:33 +01:00
Mikkel Hjortshøj
251edf7bc7
Update ci.yml
2022-02-11 17:22:14 +01:00
gingerBill
da1edac56d
Enforce -strict-style in CI
2022-01-31 11:29:05 +00:00
gingerBill
1502066303
Correct CI
2022-01-30 21:43:42 +00:00
gingerBill
35a826a0fd
Update CI to do odin check examples/all
2022-01-30 21:38:34 +00:00
zhibog
96b670af49
Fix package name again
2021-11-10 15:31:29 +01:00
zhibog
359e02bad7
Fix botan lib name for apt
2021-11-10 15:26:26 +01:00
zhibog
8aadcacc0b
Add tests to Linux and Mac and add vendor tests
2021-11-10 15:22:12 +01:00
Jeroen van Rijn
96ba8f35d4
CI: Run demo with debug info.
2021-11-01 17:44:05 +01:00
Jeroen van Rijn
2a7937e2ba
Add odin report command to help with bug reports.
...
Add new Odin command, `odin report`, which prints information helpful to resolving or reporting a bug.
```
W:\Odin> odin report
Where to find more information and get into contact when you encounter a bug:
Website: https://odin-lang.org
GitHub: https://github.com/odin-lang/Odin/issues
Useful information to add to a bug report:
Odin: dev-2021-10:256bebfe
OS: Windows 10 Professional (version: 20H2), build 19042.1266
CPU: AMD Ryzen 7 1800X Eight-Core Processor
RAM: 65469 MiB
W:\Odin>
TODO:
- CPU name on ARM/ARM64
```
2021-10-31 13:48:13 +01:00
Mikkel Hjortshøj
7218a68e89
Update nightly.yml
...
Downgrading python version in nightly to use same version as local
2021-10-22 22:42:20 +02:00
Mikkel Hjortshøj
7375074d2d
Update nightly.yml
2021-10-22 22:34:42 +02:00
Jeroen van Rijn
ce2f926ff7
Separate math/big test.
2021-09-07 20:24:02 +02:00
Jeroen van Rijn
c0c7b4cbda
Rename CI tests.
2021-09-07 20:13:03 +02:00
Jeroen van Rijn
f7601a759b
Move math/big tests under tests/.
2021-09-07 19:51:56 +02:00
Jeroen van Rijn
78e923b6b0
Add Makefile for tests.
2021-09-07 19:11:06 +02:00
Jeroen van Rijn
1ab6a765da
Set relative path for Odin.
2021-09-07 18:30:54 +02:00
Jeroen van Rijn
6954076f15
CI tests for PNG, GZIP + ZLIB.
2021-09-07 18:25:49 +02:00
Jeroen van Rijn
74a883de04
Add PNG test suite asset download to CI.
2021-09-07 17:53:48 +02:00
Jeroen van Rijn
4db5683011
big: CI print Python3 version.
2021-09-07 13:31:12 +02:00
Jeroen van Rijn
0605a9f239
big: Run tests under CI.
2021-09-07 13:17:47 +02:00
gingerBill
b2cf0755f2
Add vendor to nightly.yml
2021-09-01 13:08:26 +01:00
Mikkel Hjortshøj
4812006eb8
Update ci.yml
2021-08-18 22:09:44 +02:00
gingerBill
c16c9535d9
Reorder ci.yml from run check version to version check run
2021-08-07 14:40:54 +01:00