You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
274 B
YAML
9 lines
274 B
YAML
5 years ago
|
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"
|