use upstream/version-2-0 of Nim in CI (#6277)
This commit is contained in:
parent
137d969f1d
commit
1051c3c9c5
|
@ -35,7 +35,7 @@ jobs:
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
- os: windows
|
- os: windows
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
branch: [~, upstream/version-1-6, v2.0.4]
|
branch: [~, upstream/version-1-6, upstream/version-2-0]
|
||||||
exclude:
|
exclude:
|
||||||
- target:
|
- target:
|
||||||
os: macos
|
os: macos
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- branch: upstream/version-1-6
|
- branch: upstream/version-1-6
|
||||||
branch-short: version-1-6
|
branch-short: version-1-6
|
||||||
- branch: v2.0.4
|
- branch: upstream/version-2-0
|
||||||
branch-short: version-2-0
|
branch-short: version-2-0
|
||||||
nimflags-extra: --mm:refc
|
nimflags-extra: --mm:refc
|
||||||
- target:
|
- target:
|
||||||
|
|
|
@ -183,5 +183,5 @@ def getAgentLabel() {
|
||||||
}
|
}
|
||||||
|
|
||||||
def nimCommitForJob() {
|
def nimCommitForJob() {
|
||||||
return JOB_NAME.contains('nimv2') ? 'v2.0.4' : ''
|
return JOB_NAME.contains('nimv2') ? 'upstream/version-2-0' : ''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue