feature update paths
All checks were successful
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 46s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 46s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m30s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 47s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 47s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m52s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 43s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m12s

This commit is contained in:
tqcq 2023-12-06 11:42:23 +08:00
parent 53cfba5955
commit 95fb3e2415

View File

@ -3,6 +3,10 @@ on:
push: push:
paths: paths:
- '.gitea/workflows/build.yaml' - '.gitea/workflows/build.yaml'
- 'toolchains/hisiv510.toolchain.cmake'
- 'toolchains/himix200.toolchain.cmake'
- 'toolchains/mipsel-openwrt-linux-musl.toolchain.cmake'
- 'toolchains/mipsel-openwrt-linux.toolchain.cmake'
- 'src/**' - 'src/**'
- 'tests/**' - 'tests/**'
- 'CMakeLists.txt' - 'CMakeLists.txt'
@ -10,6 +14,10 @@ on:
pull_request: pull_request:
paths: paths:
- '.gitea/workflows/build.yaml' - '.gitea/workflows/build.yaml'
- 'toolchains/hisiv510.toolchain.cmake'
- 'toolchains/himix200.toolchain.cmake'
- 'toolchains/mipsel-openwrt-linux-musl.toolchain.cmake'
- 'toolchains/mipsel-openwrt-linux.toolchain.cmake'
- 'src/**' - 'src/**'
- 'tests/**' - 'tests/**'
- 'CMakeLists.txt' - 'CMakeLists.txt'