mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-03-02 01:51:01 +00:00
10 lines
354 B
YAML
10 lines
354 B
YAML
language: minimal
|
|
install: skip
|
|
|
|
services: docker
|
|
|
|
before_install: docker pull verilator/verilator:latest
|
|
|
|
script:
|
|
docker run --rm -t -v `pwd`:/build -w /build --entrypoint /bin/bash verilator/verilator:latest -c "apt update && apt install -y default-jre-headless python3-pexpect curl && make && make check && ./scripts/test_micropython_long.py"
|