mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 13:25:30 +03:00
run interest examples in circle ci
This commit is contained in:
parent
24378b85c5
commit
ee84bfe171
@ -28,6 +28,17 @@
|
||||
$LEO run main
|
||||
)
|
||||
|
||||
# Build and run the interest example Leo programs.
|
||||
(
|
||||
cd ./project/examples/import_point || exit
|
||||
|
||||
# Run the fixed period interest program.
|
||||
$LEO run fixed_period_interest
|
||||
|
||||
# Run the bounded period interest program.
|
||||
$LEO run bounded_period_interest
|
||||
)
|
||||
|
||||
# Build and run the message example Leo program.
|
||||
(
|
||||
cd ./project/examples/message || exit
|
||||
|
Loading…
Reference in New Issue
Block a user