feat/support_fiber #6
@ -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:
|
||||
|
@ -1,7 +1,7 @@
|
||||
when:
|
||||
- event:
|
||||
- push
|
||||
- pull_request
|
||||
- event: []
|
||||
#- push
|
||||
#- pull_request
|
||||
|
||||
matrix:
|
||||
BUILD_TYPE:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user