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
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