1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-24 03:07:03 +00:00

Merge pull request #9 from antonblanchard/travis-fix

A few Travis CI fixes
This commit is contained in:
Anton Blanchard 2019-08-30 08:26:35 +10:00 committed by GitHub
commit 5aba4e7346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ install: skip
services: docker
before_install: docker pull ghdl/vunit:gcc
before_install: docker pull ghdl/vunit:llvm
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"
script: docker run --rm -t -v `pwd`:/build -w /build ghdl/vunit:llvm bash -c "apt update && apt install -y python3-pexpect && make GNATMAKE='gnatmake -j'$(nproc) && make -j$(nproc) check_light"