Skip to content

Commit

Permalink
Compile DEX contracts in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Apr 19, 2024
1 parent 6590921 commit adbdeab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ADD althea.tar.gz /
RUN pushd /althea/integration_tests && PATH=$PATH:$HOME/.cargo/bin cargo build --bin test-runner --release
# generate artifacts for the ethereum contracts
RUN pushd /althea/solidity/ && HUSKY_SKIP_INSTALL=1 npm install && npm run typechain
# generate artifacts for the dex contracts
RUN pushd /althea/solidity-dex/ && HUSKY_SKIP_INSTALL=1 npm install && npx hardhat compile
# The althea bin now depends on the output of the contracts
RUN pushd /althea && make contracts
# build the althea chain binary
Expand Down

0 comments on commit adbdeab

Please sign in to comment.