Add an initial travis.yml
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>pull/5/head
parent
7277c6b5ab
commit
2ee269abdb
@ -0,0 +1,8 @@
|
|||||||
|
language: minimal
|
||||||
|
install: skip
|
||||||
|
|
||||||
|
services: docker
|
||||||
|
|
||||||
|
before_install: docker pull ghdl/vunit:gcc
|
||||||
|
|
||||||
|
script: docker run --rm -t -v `pwd`:/build -w /build ghdl/vunit:gcc bash -c "apt install -y python3-pexpect && make GNATMAKE='gnatmake -j'$(nproc) && make -j$(nproc) check_light"
|
Loading…
Reference in New Issue