File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2828 internal : true
2929 deps :
3030 - " :deps:install-all"
31- sources :
32- - " {{.ROOT_DIR}}/CMakeLists.txt"
33- - " {{.TASKFILE}}"
3431 generates :
3532 - " {{.G_CMAKE_CACHE}}"
3633 - " {{.G_COMPILE_COMMANDS_DB}}"
Original file line number Diff line number Diff line change @@ -11,18 +11,11 @@ tasks:
1111 vars :
1212 NAME : " Catch2"
1313 WORK_DIR : " {{.G_DEPS_DIR}}/{{.NAME}}"
14- sources :
15- - " {{.TASKFILE}}"
16- - " {{.WORK_DIR}}/{{.NAME}}-install/**/*"
1714 run : " once"
18- status :
19- - " test -d {{.WORK_DIR}}/{{.NAME}}-install"
20- - " test -f {{.WORK_DIR}}/{{.NAME}}-src.md5"
2115 cmds :
2216 - task : " :utils:cmake-install-remote-tar"
2317 vars :
2418 NAME : " {{.NAME}}"
2519 WORK_DIR : " {{.WORK_DIR}}"
2620 FILE_SHA256 : " 1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087"
2721 URL : " https://github.com/catchorg/Catch2/archive/refs/tags/v3.8.0.tar.gz"
28- JOBS : " {{numCPU}}"
You can’t perform that action at this time.
0 commit comments