Skip to content

Commit 7b93517

Browse files
committed
CI: add samples/printversion
1 parent c618349 commit 7b93517

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,11 @@ jobs:
437437
ctest --test-dir build --output-on-failure
438438
working-directory: samples/wasm-c-api
439439

440+
- name: Build Sample [printversion]
441+
run: |
442+
./test.sh
443+
working-directory: samples/printversion
444+
440445
build_samples_others:
441446
needs:
442447
[

.github/workflows/compilation_on_macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ jobs:
282282
ctest --test-dir build --output-on-failure
283283
working-directory: samples/wasm-c-api
284284

285+
- name: Build Sample [printversion]
286+
run: |
287+
./test.sh
288+
working-directory: samples/printversion
289+
285290
build_samples_others:
286291
needs: [build_iwasm, build_wamrc, build_llvm_libraries_on_intel_macos, build_llvm_libraries_on_arm_macos]
287292
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)