9 Commits

Author SHA1 Message Date
Eugene Kabanov
49db5b27b9
Disable VCC compiler tests. (#137)
* Disable VCC compiler tests.

* Fix macos version requirement.
2022-08-03 16:51:46 +03:00
Jordan Hrycaj
9c3596d9de
Migrate to unittest2 (#125)
* Migrate to `unittest2`

why:
  Global symbol overflow when running NIM 1.2 on Github ci suggests that
  unit tests run sort of separately. The replacement library `unittest2`
  provides that.

* Build ci dependencies
2022-07-08 10:34:21 +01:00
Ștefan Talpalaru
48666d9c65
CI: all Nim versions are supported (#98) 2022-01-02 06:49:51 +01:00
Ștefan Talpalaru
fdd06d8a3e
CI: test with multiple Nim branches
daily CI job
2021-11-16 12:24:13 +01:00
Jordan Hrycaj
b002c1fad0
New data structures - SortedSet and KeyedQueue
See the modules' documentation for more details
2021-11-04 13:17:50 +02:00
Ștefan Talpalaru
70680e2af2
CI: refactor Nim compiler caching (#82) 2021-06-01 08:27:27 +02:00
jangko
87096ee9ac
github CI: fixes backend selection 2021-01-07 10:33:01 +07:00
jangko
ee6e30e7ff
remove redundant code from github action script 2020-12-23 21:40:17 +07:00
andri lim
42c09b36ee
add github action (#67)
* add github action

* test with MSVC in GH action

* fixes MSVC setup in GH action

* fixes MSVC setup in GH action: remove sdk selection
2020-12-23 12:04:18 +07:00