mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-08 08:23:07 +00:00
drop support for Nim 1.2, 1.4, add Nim 2.0 to CI testing matrix (#378)
* add Nim 2.0 to CI testing matrix * Deprecate 1.2 and 1.4 testing branches. --------- Co-authored-by: cheatfate <eugene.kabanov@status.im>
This commit is contained in:
parent
ba143e029f
commit
2c7774d982
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
cpu: amd64
|
||||
#- os: windows
|
||||
#cpu: i386
|
||||
branch: [version-1-2, version-1-4, version-1-6, devel]
|
||||
branch: [version-1-6, version-2-0, devel]
|
||||
include:
|
||||
- target:
|
||||
os: linux
|
||||
|
||||
@ -36,8 +36,10 @@ task test, "Run all tests":
|
||||
"-d:debug -d:chronosPreviewV4",
|
||||
"-d:debug -d:chronosDebug -d:useSysAssert -d:useGcAssert",
|
||||
"-d:release",
|
||||
"-d:release -d:chronosPreviewV4",
|
||||
]: run args, "tests/testall"
|
||||
"-d:release -d:chronosPreviewV4"]:
|
||||
run args, "tests/testall"
|
||||
if (NimMajor, NimMinor) > (1, 6):
|
||||
run args & " --mm:refc", "tests/testall"
|
||||
|
||||
task test_libbacktrace, "test with libbacktrace":
|
||||
var allArgs = @[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user