mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-24 10:52:29 +03:00
merge testnet2
This commit is contained in:
commit
a428765829
@ -199,18 +199,19 @@ jobs:
|
|||||||
# export LEO=/home/circleci/project/project/bin/leo
|
# export LEO=/home/circleci/project/project/bin/leo
|
||||||
# ./project/.circleci/leo-add-remove.sh
|
# ./project/.circleci/leo-add-remove.sh
|
||||||
|
|
||||||
leo-check-constraints:
|
# todo (collin): uncomment after compiler refactor
|
||||||
docker:
|
# leo-check-constraints:
|
||||||
- image: cimg/rust:1.56.1
|
# docker:
|
||||||
resource_class: xlarge
|
# - image: cimg/rust:1.56.1
|
||||||
steps:
|
# resource_class: xlarge
|
||||||
- attach_workspace:
|
# steps:
|
||||||
at: /home/circleci/project/
|
# - attach_workspace:
|
||||||
- run:
|
# at: /home/circleci/project/
|
||||||
name: leo check constraints for Pedersen Hash
|
# - run:
|
||||||
command: |
|
# name: leo check constraints for Pedersen Hash
|
||||||
export LEO=/home/circleci/project/project/bin/leo
|
# command: |
|
||||||
./project/.circleci/leo-check-constraints.sh
|
# export LEO=/home/circleci/project/project/bin/leo
|
||||||
|
# ./project/.circleci/leo-check-constraints.sh
|
||||||
|
|
||||||
leo-login-logout:
|
leo-login-logout:
|
||||||
docker:
|
docker:
|
||||||
@ -270,12 +271,12 @@ workflows:
|
|||||||
- leo-setup:
|
- leo-setup:
|
||||||
requires:
|
requires:
|
||||||
- leo-executable
|
- leo-executable
|
||||||
# - leo-add-remove:
|
# - leo-add-remove:
|
||||||
# requires:
|
# requires:
|
||||||
# - leo-executable
|
# - leo-executable
|
||||||
- leo-check-constraints:
|
# - leo-check-constraints:
|
||||||
requires:
|
# requires:
|
||||||
- leo-executable
|
# - leo-executable
|
||||||
- leo-login-logout:
|
- leo-login-logout:
|
||||||
requires:
|
requires:
|
||||||
- leo-executable
|
- leo-executable
|
||||||
|
Loading…
Reference in New Issue
Block a user