File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ compiler: gcc
7
7
services :
8
8
- docker
9
9
10
- # This uses the latest version of Verilator, you may prefer :stable
10
+ # This uses the ":stable" version of Verilator, you may prefer ":latest"
11
11
# We run make from inside the container, overriding default entry point (Verilator binary itself)
12
12
# You may prefer to build install Verilator from git locally (slower but avoids docker)
13
13
script :
14
- - docker run -ti -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:latest
14
+ - docker run -ti -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:stable
15
15
16
16
after_success :
17
17
- bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments