We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7ce9a37 commit7744f8bCopy full SHA for 7744f8b
.travis.yml
@@ -7,11 +7,11 @@ compiler: gcc
7
services:
8
-docker
9
10
-# This uses thelatest version of Verilator, you may prefer:stable
+# This uses the":stable" version of Verilator, you may prefer":latest"
11
# We run make from inside the container, overriding default entry point (Verilator binary itself)
12
# You may prefer to build install Verilator from git locally (slower but avoids docker)
13
script:
14
- -docker run -ti -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:latest
+ -docker run -ti -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:stable
15
16
after_success:
17
-bash <(curl -s https://codecov.io/bash)