feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
4 changed files with 27 additions and 7 deletions
Showing only changes of commit b01a3abd55 - Show all commits

View File

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

View File

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

View File

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

View File

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