Skip to content

Commit

Permalink
Merge pull request #80 from wasmerio/from-directory
Browse files Browse the repository at this point in the history
Generate bindings from a directory
  • Loading branch information
Michael-F-Bryan committed Nov 24, 2022
2 parents 8916f9e + db38731 commit e5ff954
Show file tree
Hide file tree
Showing 19 changed files with 1,195 additions and 68 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -63,6 +67,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -87,6 +95,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit e5ff954

Please sign in to comment.