mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-04 07:32:47 +00:00
Merge pull request #41 from mikey/travis
Allow a full make check on Travis
This commit is contained in:
@@ -5,4 +5,4 @@ services: docker
|
||||
|
||||
before_install: docker pull ghdl/vunit:llvm
|
||||
|
||||
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"
|
||||
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) && if [ -n \"$TRAVIS_FULL_CHECK\" ] ; then make -j$(nproc) check; else make -j$(nproc) check_light ; fi"
|
||||
|
||||
Reference in New Issue
Block a user