-
Notifications
You must be signed in to change notification settings - Fork 15
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
6 changed files
with
15 additions
and
0 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 |
---|---|---|
|
@@ -21,6 +21,10 @@ COPY . /dev_chain | |
|
||
WORKDIR /dev_chain | ||
|
||
ARG GIT_PRIVATE_CREDENTIALS | ||
|
||
RUN git config --global url."https://[email protected]".insteadOf ssh://[email protected] | ||
|
||
RUN cargo build --profile integration-tests --features=${NETWORK}-runtime,fast-inflation | ||
RUN echo "$NETWORK" | ||
|
||
|
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ COPY . /dev_chain | |
|
||
WORKDIR /dev_chain | ||
|
||
ARG GIT_PRIVATE_CREDENTIALS | ||
|
||
RUN git config --global url."https://[email protected]".insteadOf ssh://[email protected] | ||
|
||
CMD cargo test --features=limit-testing,tests --workspace |
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 |
---|---|---|
|
@@ -25,6 +25,10 @@ ARG PROFILE=release | |
COPY . /unique_parachain | ||
WORKDIR /unique_parachain | ||
|
||
ARG GIT_PRIVATE_CREDENTIALS | ||
|
||
RUN git config --global url."https://[email protected]".insteadOf ssh://[email protected] | ||
|
||
RUN echo "Requested features: {{ NETWORK }}-runtime\n" && \ | ||
echo "Fork from: {{ REPLICA_FROM }}\n" && \ | ||
cargo build --features=try-runtime,{{ NETWORK }}-runtime --release | ||
|
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
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
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