Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhempel committed Jan 26, 2025
1 parent ec047e0 commit b80fef7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ jobs:
- name: Set up the unittest environment
run: |
cd ..
mkdir -p unittest_umm_malloc/src
ls -al
whoami
ln -s ${PWD}/umm_malloc ${PWD}/unittest_umm_malloc/src/umm_malloc
ls -al .
ls -al unittest_umm_malloc/src
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
Expand Down

0 comments on commit b80fef7

Please sign in to comment.