mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 07:10:21 +00:00
fix: changed build.sh for test ci & release (#112)
This commit is contained in:
parent
d80a43bcff
commit
b10991501d
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -71,7 +71,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
working-directory: service
|
|
||||||
|
|
||||||
- name: Install cargo-workspaces
|
- name: Install cargo-workspaces
|
||||||
uses: baptiste0928/cargo-install@v1.3.0
|
uses: baptiste0928/cargo-install@v1.3.0
|
||||||
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
|||||||
uses: fluencelabs/setup-marine@v1
|
uses: fluencelabs/setup-marine@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./service
|
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
||||||
- name: Run cargo clippy
|
- name: Run cargo clippy
|
||||||
|
2
build.sh
2
build.sh
@ -9,7 +9,7 @@ cd "$(dirname "$0")"
|
|||||||
TARGET="distro/trust-graph-service/"
|
TARGET="distro/trust-graph-service/"
|
||||||
|
|
||||||
mkdir -p "$TARGET"
|
mkdir -p "$TARGET"
|
||||||
cp -v ./distro/on_start.json service/artifacts/trust-graph.wasm service/artifacts/sqlite3.wasm distro/Config.toml "$TARGET"
|
cp -v ./distro/init_certs.json service/artifacts/trust-graph.wasm service/artifacts/sqlite3.wasm distro/Config.toml "$TARGET"
|
||||||
|
|
||||||
cd distro
|
cd distro
|
||||||
cargo build
|
cargo build
|
||||||
|
Loading…
Reference in New Issue
Block a user