We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71fc28 commit ca92aa1Copy full SHA for ca92aa1
1 file changed
.travis.yml
@@ -57,5 +57,5 @@ install:
57
script:
58
# download all
59
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose --fwd HUNTER_RUN_INSTALL=ON
60
- # if run generate again, no download needed
61
- - build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose
+ # if run generate again, no download needed (clear since argument HUNTER_RUN_INSTALL missing)
+ - build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose --clear
0 commit comments