Attempt add script ci

This commit is contained in:
nolash 2021-04-25 11:32:20 +02:00
parent dea7bc8a1c
commit cc35c498c8
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@ include:
- local: 'apps/cic-notify/.gitlab-ci.yml'
- local: 'apps/cic-meta/.gitlab-ci.yml'
- local: 'apps/cic-cache/.gitlab-ci.yml'
- local: 'apps/contract-migration/scripts/.gitlab-ci.yml'
stages:
- build

View File

@ -0,0 +1,6 @@
default:
image: python:3.8.5-slim-buster
before-script:
- apt-get update
- apt-get install -y libpq-dev gcc gnupg git pip
- pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r requirements.txt