Compare commits

..

2 Commits

Author SHA1 Message Date
tequ
335dcb1351 Merge branch 'dev' into test-hook-fee 2026-01-27 21:00:06 +09:00
tequ
5d9071695a Add tests for Hooks fee 2026-01-20 12:12:45 +09:00
2 changed files with 398 additions and 184 deletions

View File

@@ -134,17 +134,10 @@ runs:
- name: Export custom recipes - name: Export custom recipes
shell: bash shell: bash
run: | run: |
# Export snappy if not already exported conan export external/snappy --version 1.1.10 --user xahaud --channel stable
conan list snappy/1.1.10@xahaud/stable 2>/dev/null | (grep -q "not found" && exit 1 || exit 0) || \ conan export external/soci --version 4.0.3 --user xahaud --channel stable
conan export external/snappy --version 1.1.10 --user xahaud --channel stable conan export external/wasmedge --version 0.11.2 --user xahaud --channel stable
# Export soci if not already exported
conan list soci/4.0.3@xahaud/stable 2>/dev/null | (grep -q "not found" && exit 1 || exit 0) || \
conan export external/soci --version 4.0.3 --user xahaud --channel stable
# Export wasmedge if not already exported
conan list wasmedge/0.11.2@xahaud/stable 2>/dev/null | (grep -q "not found" && exit 1 || exit 0) || \
conan export external/wasmedge --version 0.11.2 --user xahaud --channel stable
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
env: env:

File diff suppressed because it is too large Load Diff