Added more steps for buildbot pipeline.
This commit is contained in:
2
.buildbot/test/02-djangoproject
Normal file
2
.buildbot/test/02-djangoproject
Normal file
@@ -0,0 +1,2 @@
|
||||
mkdir env/django
|
||||
django-admin startproject main env/django
|
||||
1
.buildbot/test/03-settings
Normal file
1
.buildbot/test/03-settings
Normal file
@@ -0,0 +1 @@
|
||||
cat base/console_scripts/django_project_config/additional_settings.py >> env/django/main/settings.py
|
||||
1
.buildbot/test/50-django_testrunner
Normal file
1
.buildbot/test/50-django_testrunner
Normal file
@@ -0,0 +1 @@
|
||||
python env/django/manage.py test
|
||||
Reference in New Issue
Block a user