Skip to content

bootstrap armv7m libjade; #1

bootstrap armv7m libjade;

bootstrap armv7m libjade; #1

name: armv7m-linux-main
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
test:

Check failure on line 12 in .github/workflows/armv7m-linux-main.yml

View workflow run for this annotation

GitHub Actions / armv7m-linux-main

Invalid workflow file

The workflow is not valid. .github/workflows/armv7m-linux-main.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [compile]
runs-on: [self-hosted, linux, X64, amd64-main]
steps:
- name: checkout
uses: actions/checkout@v3
- name: compile and run
run: JASMIN=$(which_jasminc) make -f Makefile.armv7m -j$JOBS -C test/ CI=1 default
- name: print logs
run: JASMIN=$(which_jasminc) make -f Makefile.armv7m -C test/ CI=1 reporter
- name: return error if there are any errors
run: make -f Makefile.armv7m -C test/ CI=1 err
- name: libjade-armv7m-logs-test.tar.gz - contains non-empty logs and errors
if: always()
uses: actions/upload-artifact@v3
with:
name: libjade-armv7m-logs-test.tar.gz
path: test/libjade-armv7m-logs-test.tar.gz