Skip to content

Commit

Permalink
Package wasmer without wapm for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Oct 13, 2020
1 parent f336ac1 commit 30d34f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,13 @@ jobs:
run: |
make build-wapm
if: needs.setup.outputs.DOING_RELEASE == '1'
- name: Package Wasmer for integration tests
run: make package-without-wapm-for-integration-tests
if: needs.setup.outputs.DOING_RELEASE != '1'
- name: Package Wasmer
run: |
make package
if: needs.setup.outputs.DOING_RELEASE == '1'
- name: Run integration tests (Windows)
shell: cmd
run: |
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ else
cp ./wasmer.tar.gz ./dist/$(shell ./scripts/binary-name.sh)
endif

# command for simulating installing Wasmer without wapm.
package-without-wapm-for-integration-tests: package-wasmer package-capi

#################
# Miscellaneous #
#################
Expand Down

0 comments on commit 30d34f1

Please sign in to comment.