add auction example to circleci

This commit is contained in:
collin 2022-08-09 15:58:13 -07:00
parent ccd60eecd2
commit 421973fc3d

View File

@ -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