Skip to content

Commit 59d849d

Browse files
author
1138-4EB
committed
add .travis.yml
1 parent a5cd552 commit 59d849d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
cd $(dirname $0)
44

55
$(command -v winpty) docker run --rm -it \
6-
-v /$(realpath $(pwd)/..)://work \
6+
-v /$(cd $(pwd)/.. && pwd)://work \
77
-w //work \
88
ghdl/ext:vunit-master bash -c "cd ./VUnit && VUNIT_SIMULATOR=ghdl python3 run.py -v"

0 commit comments

Comments
 (0)