2 parents a920974 + ed904d8 commit a723218Copy full SHA for a723218
2 files changed
nvc/containers.json
@@ -2,9 +2,17 @@
2
{
3
"name": "nvc",
4
"tags": [
5
- "1.18",
+ "1.19",
6
"latest"
7
],
8
+ "args": [
9
+ "NVC_VERSION=1.19.0"
10
+ ],
11
+ "testScript": "tests.sh"
12
+ },
13
+ {
14
+ "name": "nvc",
15
+ "tags": "1.18",
16
"args": [
17
"NVC_VERSION=1.18.2"
18
nvc/tests.sh
@@ -42,6 +42,9 @@ testDesign () {
42
43
# Choose test depending on the given tag of the container/image.
44
case $1 in
45
+ 1.19)
46
+ testExe $1
47
+ testDesign $1;;
48
1.18)
49
testExe $1
50
testDesign $1;;
0 commit comments