Commit Graph

16 Commits

Author SHA1 Message Date
Etan Kissling 9bf293e5d2
Replace `apt-fast` with `apt-get` (#108)
`apt-fast` was removed from GitHub with Ubuntu 24.04:

- https://github.com/actions/runner-images/issues/10003

For compatibility, switch back to `apt-get`.
2024-10-15 14:34:20 +00:00
Miran d5274f8e97
update ci.yml to test Nim 2.2; also test gcc-14 (#105) 2024-09-24 05:00:15 +00:00
Miran cb640db2cd
update ci.yml and be more explicit in .nimble (#104) 2024-07-01 18:06:47 +02:00
jangko 4797be7ea8
Upgrade github actions to v4 2024-01-27 17:02:52 +07:00
ringabout 0fe16fac47
Add ORC testing for the devel branch (#98) 2024-01-26 13:41:00 +07:00
tersec 10e53c3a67
use --mm: instead of --gc: and remove stddefects import (#85)
* use --mm: instead of --gc: and remove stddefects import

* remove incorrect trailing ":" from line
2023-06-08 13:12:32 +00:00
tersec 1f3acaf6e9
remove support for Nim v1.2 and v1.4 (#75) 2023-05-31 15:37:01 +00:00
tersec 296f21483f
run CI on Nim 2.0 2023-04-07 11:02:59 +00:00
jangko a1f3b22bbe
fix ci for nim 1.6 and devel
- rm -f nimble.lock to allow nim 1.2,1.4,1.6, and devel run test with nimble
- upgrade ubuntu runner to 20.04
- upgrade github actions to v3
2023-02-12 13:05:41 +07:00
Jacek Sieka 269c17401d
update CI, normalise nimble (#61) 2022-11-23 17:30:29 +01:00
Miran b098d9ea85
move `-d:nimRawSetjmp` to config.nims (#54)
* move `-d:nimRawSetjmp` to config.nims

Refs https://github.com/status-im/nimbus-build-system/issues/44

* use .cfg not .nims
2022-09-03 08:35:01 +02:00
Ștefan Talpalaru 0435e67832
CI: test with multiple Nim versions (#38)
* CI: test with multiple Nim versions
2022-01-04 17:21:15 +01:00
jangko 7176de4ddb ci: fixes mingw download url, replace space with %20 2021-09-08 19:09:05 +03:00
Ștefan Talpalaru ab4ba1cbfd
CI: refactor Nim compiler caching (#30) 2021-06-03 02:46:21 +02:00
jangko 4397988eb5
fixes nimble dependencies in github action script 2020-12-24 12:50:59 +07:00
jangko 3db6911e53
add github action script 2020-12-24 12:23:24 +07:00