feat update
Some checks failed
ci/woodpecker/push/linux-arm-gcc/1 Pipeline is pending
ci/woodpecker/push/linux-arm-gcc/2 Pipeline is pending
ci/woodpecker/push/linux-x64-gcc/1 Pipeline is pending
ci/woodpecker/push/linux-x64-gcc/2 Pipeline is pending
ci/woodpecker/push/linux-x86-gcc/1 Pipeline is pending
ci/woodpecker/push/linux-x86-gcc/2 Pipeline is pending
ci/woodpecker/push/linux-aarch64-gcc/1 Pipeline was successful
ci/woodpecker/push/linux-aarch64-gcc/2 Pipeline failed

This commit is contained in:
tqcq 2024-08-09 23:15:17 +08:00
parent 2533476512
commit b01a3abd55
4 changed files with 27 additions and 7 deletions

View File

@ -1,7 +1,14 @@
when:
- event: []
# - push
# - pull_request
- event:
- push
- pull_request
- path:
include:
- ".woodpecker/linux-aarch64-gcc.yml"
- "cmake/**"
- "third_party/**"
- "tile/**"
- "CMakeLists.txt"
matrix:
BUILD_TYPE:

View File

@ -1,7 +1,7 @@
when:
- event:
- push
- pull_request
- event: []
#- push
#- pull_request
matrix:
BUILD_TYPE:

View File

@ -2,6 +2,13 @@ when:
- event:
- push
- pull_request
- path:
include:
- ".woodpecker/linux-x64-gcc.yml"
- "cmake/**"
- "third_party/**"
- "tile/**"
- "CMakeLists.txt"
matrix:
BUILD_TYPE:

View File

@ -2,7 +2,13 @@ when:
- event:
- push
- pull_request
- path:
include:
- ".woodpecker/linux-x86-gcc.yml"
- "cmake/**"
- "third_party/**"
- "tile/**"
- "CMakeLists.txt"
matrix:
BUILD_TYPE:
- Debug