Skip to content

Commit

Permalink
fix: workflows-fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilender-bongirwar committed Dec 20, 2024
1 parent 7504e6f commit b348ad1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions recipes/renode/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,35 @@ source:
build:
skip: win
script: |
chmod +x build.sh
./build.sh
mkdir -p $PREFIX/bin
cp output/bin/Release/Renode.exe $PREFIX/bin/renode
requirements:
build:
- ${{ compiler('cxx') }}
- ${compiler('cxx')}
- mono
- make
- coreutils
- python
- python
- pip
host:
- mono
- dotnet
- python
run:
- mono
- python

tests:
- script: |
renode --version | grep -q "Renode, version ${{ version }}"
- script: |
echo "Checking if renode executable exists..."
ls -l $PREFIX/bin/renode
about:
homepage: https://github.com/renode/renode
license: MIT
Expand Down

0 comments on commit b348ad1

Please sign in to comment.