Adaptabuild #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
- name: Where are we located | |
run: ls -al .. | |
- name: Where are we | |
run: ls -al | |
# - name: Link unittest source up one level | |
# run: sudo apt install --no-install-recommends -y cpputest | |
# - name: Run multi-configuration tests | |
# run: ./multitest.sh |