Skip to content

Commit

Permalink
ci: Include mbedtls for test build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Apr 14, 2023
1 parent c0faf6a commit 4adc476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -11,6 +11,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install autoconf-archive qemu-system-arm libusb-1.0-0 libusb-1.0-0-dev uuid-dev gcc-arm-none-eabi cmake uuid-runtime python3-dev libmbedtls-dev liblzma-dev uuid-dev
wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.4.0.zip
unzip v3.4.0.zip
- name: Build BPAK
run: |
git clone https://github.com/jonasblixt/bpak --depth 1 --branch v0.9.3
Expand Down Expand Up @@ -40,6 +42,7 @@ jobs:
popd
- name: Build punchboot and run tests
run: |
export MBEDTLS_DIR=$(readlink -f mbedtls-3.4.0)
cp configs/test_defconfig .config
make CROSS_COMPILE=arm-none-eabi- BOARD=src/board/test Q= check
- name: codecov
Expand Down

0 comments on commit 4adc476

Please sign in to comment.