eth-erc20/.gitlab-ci.yml

27 lines
703 B
YAML
Raw Normal View History

2021-11-23 00:30:03 +01:00
stages:
- test
- slither-analyzer
test:
image: registry.gitlab.com/grassrootseconomics/cic-base-images/ci-solc-py-alpine:latest
cache:
- key:
files:
- requirements.txt
- test_requirements.txt
paths:
- /root/.cache/pip
script:
- cd python
- pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r test_requirements.txt
- pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r test_requirements.txt
- bash run_tests.sh
slither-analize:
image: registry.gitlab.com/grassrootseconomics/cic-base-images/ci-solc-py-alpine:latest
script:
- pip install slither-analyzer
- slither solidity/