Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions recipes/recipes_emscripten/tree/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ source:
sha256: 68ac45dc78c0c311ada06200ffc3c285e74223ba208061f8d15ffac25e44b2ec

build:
number: 1
number: 2

requirements:
build:
- ${{ compiler("c") }}
- make
- ${{ compiler("c") }}
- make

tests:
- script:
- test -f $PREFIX/bin/tree.js
- test -f $PREFIX/bin/tree.wasm
- script: |
OUTPUT=$(run_modularized $PREFIX/bin/tree.js --version)
if [[ "$OUTPUT" != "tree v2.2.1 © 1996 - 2024 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro" ]]; then
echo "Unexpected output: $OUTPUT"
exit 1
fi
requirements:
build:
- run_modularized >= 0.1.2
- script:
- test -f $PREFIX/bin/tree.js
- test -f $PREFIX/bin/tree.wasm
- script: |
OUTPUT=$(run_modularized $PREFIX/bin/tree.js --version)
if [[ "$OUTPUT" != "tree v2.2.1 © 1996 - 2024 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro" ]]; then
echo "Unexpected output: $OUTPUT"
exit 1
fi
requirements:
build:
- run_modularized >= 0.1.2

about:
license: GPL-2.0-only
license_file: LICENSE

extra:
recipe-maintainers:
- ianthomas23
- ianthomas23
Loading