|
|
@ -19,8 +19,11 @@ install: |
|
|
before_script: |
|
|
before_script: |
|
|
- cp .env_dev .env |
|
|
- cp .env_dev .env |
|
|
- npm install -g bower |
|
|
- npm install -g bower |
|
|
|
|
|
- psql -c 'create database capomastro;' -U postgres |
|
|
|
|
|
- sed -i -e 's/getpass.getuser()/"postgres"/g' settings.py |
|
|
|
|
|
- python manage.py syncdb –migrate –noinput |
|
|
|
|
|
|
|
|
script: |
|
|
script: |
|
|
- ./manage.py migrate |
|
|
- python manage.py test |
|
|
- ./manage.py bower install |
|
|
- ./manage.py bower install |
|
|
- ./test_and_check_qa.sh |
|
|
- ./test_and_check_qa.sh |