Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-09 16:36:00 +02:00
parent ba036f4c0f
commit 345ae2be69
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3
2 changed files with 0 additions and 20 deletions

View file

@ -1,16 +0,0 @@
name: Reusable build workflow
on:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build in container
run: ./tests/build-in-docker.sh

View file

@ -1,4 +0,0 @@
#!/bin/bash
python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880 --silent
test $? -eq 0 || exit $?