Skip to content

Commit

Permalink
Compile all example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Apr 11, 2023
1 parent 4ce0914 commit 2b11e29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ script:
coverage run -a --source=opshin -m opshin compile_pluto examples/smart_contracts/assert_sum.py
- >
coverage run -a --source=opshin -m opshin build examples/smart_contracts/assert_sum.py
- >
find examples -type f -name "*.py" -not \( -name "broken*" -o -name "extract*" \) -exec
coverage run -a --source=opshin -m opshin compile {} \;
after_success:
- coverage report
Expand Down

0 comments on commit 2b11e29

Please sign in to comment.