Skip to content

Commit 14d199d

Browse files
committed
Add chipsalliance/sv-tests to CI
1 parent f6c38d9 commit 14d199d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
3+
# abort on error
4+
set -e
5+
6+
# clone sv-tests repo if not done yet
7+
if [ ! -e sv-tests/.git ] ; then
8+
git clone https://github.com/chipsalliance/sv-tests
9+
git checkout cbe02cf550b1345f5b75fee0c85145b1b68f379e
10+
fi
11+
12+
cd sv-tests
13+

0 commit comments

Comments
 (0)