Skip to content

Commit

Permalink
feat(github) Attach C & C++ headers to releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Dec 9, 2019
1 parent 71b342e commit 4a27dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
make capi
make test-capi
cp target/release/libwasmer_runtime_c_api.so ./artifacts
find target/release/build -name 'wasmer.h*' -exec cp {} ./artifacts ';'
displayName: Build c-api (Linux)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
- bash: |
Expand Down

0 comments on commit 4a27dd3

Please sign in to comment.