Skip to content

Commit

Permalink
[CI] Missing dependencies for speculos
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 29, 2024
1 parent 1112d8a commit b23a9ad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ jobs:
name: bitcoin-app-${{matrix.model}}
path: bin

- name: Install dependencies for speculos
run: |
apt install -y \
git cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch \
python3-pyqt5 python3-construct python3-flask-restful python3-jsonschema \
python3-mnemonic python3-pil python3-pyelftools python3-requests \
qemu-user-static libvncserver-dev
- name: Run tests
run: |
cd tests_mainnet
Expand All @@ -182,6 +190,14 @@ jobs:
- name: Clone
uses: actions/checkout@v4

- name: Install dependencies for speculos
run: |
apt install -y \
git cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch \
python3-pyqt5 python3-construct python3-flask-restful python3-jsonschema \
python3-mnemonic python3-pil python3-pyelftools python3-requests \
qemu-user-static libvncserver-dev
- name: Run tests
run: |
cd bitcoin_client/tests
Expand Down Expand Up @@ -215,6 +231,13 @@ jobs:
name: bitcoin-testnet-perftest-app-nanosp
path: bin

- name: Install dependencies for speculos
run: |
apt install -y \
git cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch \
python3-pyqt5 python3-construct python3-flask-restful python3-jsonschema \
python3-mnemonic python3-pil python3-pyelftools python3-requests \
qemu-user-static libvncserver-dev
- name: Run tests
run: |
cd tests_perf
Expand Down

0 comments on commit b23a9ad

Please sign in to comment.