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:
- 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