@@ -57,37 +57,34 @@ jobs:
57
57
steps :
58
58
- checkout
59
59
- run :
60
- name : Disabled
61
- command : echo "temporarily disabled"
62
- # - run:
63
- # name: Install Dependencies
64
- # command: |
65
- # # install system dependeicies
66
- # sudo apt-get update
67
- # sudo apt-get install -y redis-server redis-tools lsof libssl-dev
60
+ name : Install Dependencies
61
+ command : |
62
+ # install system dependeicies
63
+ sudo apt-get update
64
+ sudo apt-get install -y redis-server redis-tools lsof libssl-dev
68
65
69
- # # install nvm
70
- # curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
71
- # export NVM_DIR="/home/circleci/.nvm"
72
- # source $NVM_DIR/nvm.sh
73
- # nvm install "v11.15.0"
66
+ # install nvm
67
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
68
+ export NVM_DIR="/home/circleci/.nvm"
69
+ source $NVM_DIR/nvm.sh
70
+ nvm install "v11.15.0"
74
71
75
- # # install yarn & components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
76
- # curl -o- -L https://yarnpkg.com/install.sh | bash
77
- # export PATH="/home/circleci/.yarn/bin:/home/circleci/.config/yarn/global/node_modules/.bin:$PATH"
78
- # yarn global add ganache-cli ilp-settlement-xrp conventional-changelog-cli
72
+ # install yarn & components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
73
+ curl -o- -L https://yarnpkg.com/install.sh | bash
74
+ export PATH="/home/circleci/.yarn/bin:/home/circleci/.config/yarn/global/node_modules/.bin:$PATH"
75
+ yarn global add ganache-cli ilp-settlement-xrp conventional-changelog-cli
79
76
80
- # # env
81
- # echo 'export NVM_DIR="/home/circleci/.nvm"' >> ${BASH_ENV}
82
- # echo 'source $NVM_DIR/nvm.sh' >> ${BASH_ENV}
83
- # echo "export PATH=/home/circleci/.cargo/bin:$PATH" >> ${BASH_ENV}
84
- # - run:
85
- # name: Run run-md Test
86
- # command: |
87
- # scripts/run-md-test.sh '^.*$' 1
88
- # - store_artifacts:
89
- # path: /tmp/run-md-test
90
- # destination: run-md-test
77
+ # env
78
+ echo 'export NVM_DIR="/home/circleci/.nvm"' >> ${BASH_ENV}
79
+ echo 'source $NVM_DIR/nvm.sh' >> ${BASH_ENV}
80
+ echo "export PATH=/home/circleci/.cargo/bin:$PATH" >> ${BASH_ENV}
81
+ - run :
82
+ name : Run run-md Test
83
+ command : |
84
+ scripts/run-md-test.sh '^.*$' 1
85
+ - store_artifacts :
86
+ path : /tmp/run-md-test
87
+ destination : run-md-test
91
88
update-docker-images :
92
89
docker :
93
90
- image : circleci/rust
0 commit comments