We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cd552 commit 59d849dCopy full SHA for 59d849d
.travis.yml
@@ -0,0 +1,8 @@
1
+services: docker
2
+language: minimal
3
+install: skip
4
+script: ./VUnit/run.sh
5
+addons:
6
+ apt:
7
+ packages:
8
+ - docker-ce
VUnit/run.sh
100644
100755
@@ -3,6 +3,6 @@
cd $(dirname $0)
$(command -v winpty) docker run --rm -it \
- -v /$(realpath $(pwd)/..)://work \
+ -v /$(cd $(pwd)/.. && pwd)://work \
-w //work \
ghdl/ext:vunit-master bash -c "cd ./VUnit && VUNIT_SIMULATOR=ghdl python3 run.py -v"
0 commit comments