Skip to content
Snippets Groups Projects
Commit 70d15f21 authored by Tibo's avatar Tibo
Browse files

Gitlab-ci

parent 8e86ef7f
No related branches found
No related tags found
No related merge requests found
Pipeline #1549 failed
......@@ -16,12 +16,12 @@ before_script:
- pecl install mongodb-1.4.4
- docker-php-ext-enable mongodb
# Install all project dependencies
- cd web && php ../composer.phar install
- cd web
- php ../composer.phar install
# setup Laravel
- ls -al
- cp env.test .env
- touch web/storage/app/db.sqlite
- cd web && php artisan migrate
- touch storage/app/db.sqlite
- php artisan migrate
# Test with PHP7
......
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