12 Commits

Author SHA1 Message Date
Jacek Sieka
0b44f30d9b
avoid potential capture of lent iterator var (#29)
also avoid `quote do` for better line numbers in error messages
2023-08-22 06:50:19 +02:00
jangko
21ed62449d
remove nim 1.2 and 1.4 support 2023-07-28 10:53:13 +07:00
tersec
5ed05c90fb
use Nim 2.0 in CI (#26) 2023-05-10 10:16:24 +00:00
jangko
3f5065b6fd
bump github actions to v3 2023-02-14 12:23:48 +07:00
narimiran
2e7f2040fe switch CI to the supported version of macos
See https://github.com/actions/runner-images/issues/5583
2023-02-14 12:20:56 +07:00
jangko
bed1d50a45
workaround for nim devel in ci 2023-02-14 10:32:06 +07:00
Miran
bdb5eca353
move -d:nimRawSetjmp to nim.cfg (#14)
Refs https://github.com/status-im/nimbus-build-system/issues/44
2022-07-25 22:06:27 +03:00
Tanguy
9d23c0bebe
Generate documentation in CI (#13)
* Also removes docs from master
2022-05-12 18:23:28 +03:00
Ștefan Talpalaru
24eb5e829e
CI: test with Nim-1.6 and C++ (#11) 2022-01-14 04:15:45 +01:00
Ștefan Talpalaru
91d4eaa4cc
Nim-1.4 fix (#8)
* Nim-1.4 fix

* CI: use MSYS2
2021-05-22 18:00:55 +02:00
Ștefan Talpalaru
b9b61cfe4a
change define prefix and update docs (#7) 2021-04-29 14:20:03 +02:00
Ștefan Talpalaru
50c3aff5be
CI setup
Tests moved to "config.nims", to avoid building and using Nimble.

fix for >=Nim-1.4.0

Nim devel fix

macOS fix

fix Windows (uninitialised locks)
2021-03-19 23:22:19 +01:00