Skip to content

workflow

workflow #32

Workflow file for this run

name: verifyer
on: [pull_request, workflow_dispatch]
jobs:
multi_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install cpputest
run: sudo apt install --no-install-recommends -y cpputest

Check failure on line 11 in .github/workflows/verifier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verifier.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Set up the unittest environment
run: |
cd ..
mkdir -p unittest/src
# ls -al
# whoami
ln -s ${PWD}/umm_malloc ${PWD}/unittest/src/umm_malloc
# ls -al .
# ls -al unittest/src
cd unittest && git clone https://github.com/rhempel/adaptabuild.git
cd unittest/src && ln -s umm_malloc/unittest unittest
cd unittest && cp src/umm_malloc/adaptabuild/* .
cd unittest && make -f adaptabuild.mak MCU=host PRODUCT=unittest unittest
#
ls -al unittest
# - name: Link unittest source up one level
# run: sudo apt install --no-install-recommends -y cpputest
# - name: Run multi-configuration tests
# run: ./multitest.sh