-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
1,896 additions
and
1,332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,9 @@ jobs: | |
run: | | ||
rustup target add ${{ steps.target.outputs.target }} | ||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: | | ||
rustup show | ||
|
@@ -120,6 +123,9 @@ jobs: | |
run: | | ||
rustup target add ${{ steps.target.outputs.target }} | ||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: | | ||
rustup show | ||
|
@@ -179,6 +185,9 @@ jobs: | |
- name: Install wasm-pack | ||
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: | | ||
rustup show | ||
|
@@ -194,7 +203,7 @@ jobs: | |
|
||
- name: Build | ||
run: | | ||
npm pack | ||
npm install && npm pack | ||
mv ringsnetwork-rings-node-*.tgz rings-${{ needs.gen_version.outputs.version }}-${{ steps.target.outputs.target }}.tgz | ||
- uses: actions/upload-artifact@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: rustup show | ||
|
||
|
@@ -67,6 +70,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: rustup show | ||
|
||
|
@@ -97,6 +103,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: rustup show | ||
|
||
|
@@ -128,6 +137,9 @@ jobs: | |
- name: Check typos | ||
uses: crate-ci/typos@master | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Setup rust toolchain | ||
run: | | ||
rustup install nightly | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,5 @@ config.yaml | |
|
||
# wasm-pack related | ||
package-lock.json | ||
*.d.ts | ||
*.js | ||
*.wasm | ||
|
||
# cffi related | ||
rings.h | ||
dist/ | ||
node_modules/ |
Oops, something went wrong.