mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 10:12:21 +03:00
Update CI
This commit is contained in:
parent
66c90e622e
commit
f45a248194
@ -1,7 +1,12 @@
|
||||
# Build and run the auction Leo program.
|
||||
(
|
||||
cd ./project/examples/auction || exit
|
||||
$LEO run main
|
||||
$LEO run place_bid
|
||||
$LEO run resolve
|
||||
$LEO run finish
|
||||
|
||||
chmod +x ./run.sh
|
||||
./run.sh
|
||||
)
|
||||
|
||||
# Build and run the bubblesort Leo program.
|
||||
|
Loading…
Reference in New Issue
Block a user