Skip to content

Commit a723218

Browse files
authored
Merge pull request #159 from NikLeberg/nvc/v1.19
nvc: update to v1.19.0
2 parents a920974 + ed904d8 commit a723218

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

nvc/containers.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
{
33
"name": "nvc",
44
"tags": [
5-
"1.18",
5+
"1.19",
66
"latest"
77
],
8+
"args": [
9+
"NVC_VERSION=1.19.0"
10+
],
11+
"testScript": "tests.sh"
12+
},
13+
{
14+
"name": "nvc",
15+
"tags": "1.18",
816
"args": [
917
"NVC_VERSION=1.18.2"
1018
],

nvc/tests.sh

Lines changed: 3 additions & 0 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.19)
46+
testExe $1
47+
testDesign $1;;
4548
1.18)
4649
testExe $1
4750
testDesign $1;;

0 commit comments

Comments
 (0)