Skip to content
Snippets Groups Projects
Commit 73a2c371 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files
Former-commit-id: d9c3dff3b3c5ab4e77b65ed42cf20944e4e37739
parents 0195d268 d2312df6
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,5 @@
/ippidb_backend/PrepareFingerPrints/nbproject/private/
/ippidb_backend/PrepareFingerPrints/build/
/ippidb_backend/PrepareFingerPrints/dist/
.DS_Store
\ No newline at end of file
.DS_Store
ippisite/db.sqlite3
\ No newline at end of file
stages:
- test
- deploy
test-centos7:
image: centos:centos7
stage: test
......@@ -7,4 +10,19 @@ test-centos7:
- yum install -y gcc graphviz graphviz-devel
- cd ippisite
- pip3 install -r requirements.txt
- python3 manage.py test
\ No newline at end of file
- python3 manage.py test
test-centos7:
image: centos:centos7
stage: deploy
script:
- yum install -y epel-release
- yum install install -y python34-pip python34-devel
- yum install -y gcc graphviz graphviz-devel
- cd ippisite
- pip3 install -r requirements.txt
- python3 manage.py test
environment:
name: production
url: https://ippidb.pasteur.fr
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment