Skip to content

Commit

Permalink
Adjusted source filesystem verification test to match tebako 0.7.0 na…
Browse files Browse the repository at this point in the history
…ming convention
  • Loading branch information
maxirmx committed Jun 28, 2024
1 parent f386a0e commit 957ddb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ task:

verify_packaging_script: |
build/bin/metanorma-linux-aarch64 --tebako-extract extracted_source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/s
smoke_test_script: |
build/bin/metanorma-linux-aarch64 help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Verify packaging
run: |
build/bin/metanorma-linux-musl-x86_64 --tebako-extract extracted_source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/s
- name: smoke test
run: build/bin/metanorma-linux-musl-x86_64 help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Verify packaging
run: |
build/bin/metanorma-darwin-arm64 --tebako-extract extracted_source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/s
- name: Smoke test
run: build/bin/metanorma-darwin-arm64 help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Verify packaging
run: |
build/bin/metanorma-darwin-x86_64 --tebako-extract extracted_source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/s
- name: Smoke test
run: build/bin/metanorma-darwin-x86_64 help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Verify packaging
run: |
build/bin/metanorma-linux-x86_64 --tebako-extract extracted_source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/source_filesystem
diff -r extracted_source_filesystem .archive/tebako/o/s
- name: smoke test
run: build/bin/metanorma-linux-x86_64 help
Expand Down

0 comments on commit 957ddb0

Please sign in to comment.