Skip to content

Commit fb47edd

Browse files
authored
Merge pull request #133 from NikLeberg/nvc/update
nvc: update to v1.18
2 parents 2c6bb05 + 5f80efe commit fb47edd

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

nvc/containers.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22
{
33
"name": "nvc",
44
"tags": [
5-
"1.17",
5+
"1.18",
66
"latest"
77
],
88
"args": [
9-
"NVC_VERSION=1.17.1"
9+
"NVC_VERSION=1.18.0"
1010
],
1111
"testScript": "tests.sh"
1212
},
1313
{
1414
"name": "nvc",
15-
"tags": "1.16",
15+
"tags": "1.17",
1616
"args": [
17-
"NVC_VERSION=1.16.2"
17+
"NVC_VERSION=1.17.2"
1818
],
1919
"testScript": "tests.sh"
2020
},
2121
{
2222
"name": "nvc",
23-
"tags": "1.15",
23+
"tags": "1.16",
2424
"args": [
25-
"NVC_VERSION=1.15.2"
25+
"NVC_VERSION=1.16.2"
2626
],
2727
"testScript": "tests.sh"
2828
},
2929
{
3030
"name": "nvc",
31-
"tags": "1.14",
31+
"tags": "1.15",
3232
"args": [
33-
"NVC_VERSION=1.14.2"
33+
"NVC_VERSION=1.15.2"
3434
],
3535
"testScript": "tests.sh"
3636
},

nvc/tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ testDesign () {
4242

4343
# Choose test depending on the given tag of the container/image.
4444
case $1 in
45+
1.18)
46+
testExe $1
47+
testDesign $1;;
4548
1.17)
4649
testExe $1
4750
testDesign $1;;
@@ -51,9 +54,6 @@ case $1 in
5154
1.15)
5255
testExe $1
5356
testDesign $1;;
54-
1.14)
55-
testExe $1
56-
testDesign $1;;
5757
master)
5858
testMasterExe
5959
testDesign $1;;

0 commit comments

Comments
 (0)