mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 13:25:30 +03:00
add auction example to circleci
This commit is contained in:
parent
ccd60eecd2
commit
421973fc3d
@ -1,6 +1,6 @@
|
||||
# Build and run the helloworld Leo program.
|
||||
# Build and run the auction Leo program.
|
||||
(
|
||||
cd ./project/examples/helloworld || exit
|
||||
cd ./project/examples/auction || exit
|
||||
$LEO run main
|
||||
)
|
||||
|
||||
@ -22,6 +22,12 @@
|
||||
$LEO run main
|
||||
)
|
||||
|
||||
# Build and run the helloworld Leo program.
|
||||
(
|
||||
cd ./project/examples/helloworld || exit
|
||||
$LEO run main
|
||||
)
|
||||
|
||||
# Build and run the import point example Leo program.
|
||||
(
|
||||
cd ./project/examples/import_point || exit
|
||||
|
Loading…
Reference in New Issue
Block a user