Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
e9458c18
Commit
e9458c18
authored
Mar 19, 2018
by
Thomas Citharel
Browse files
Move `php composer.phar` to `composer`
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
edee5626
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9458c18
...
...
@@ -8,7 +8,7 @@ stages:
test
:
stage
:
test
script
:
-
php
composer
.phar
install -o --no-interaction --no-progress --prefer-dist
-
composer install -o --no-interaction --no-progress --prefer-dist
-
mkdir tpl_c
-
php vendor/bin/php-cs-fixer fix --verbose --dry-run
-
vendor/bin/phpunit --bootstrap app/tests/bootstrap.php --debug app/tests
...
...
@@ -22,9 +22,8 @@ pages:
script
:
-
latesttag=$(git describe --tags)
-
git checkout ${latesttag}
-
php composer.phar install -o --no-interaction --no-progress --prefer-dist --no-dev
-
php composer.phar dump-autoload --optimize --no-dev --classmap-authoritative
-
rm -rf composer.phar
-
composer install -o --no-interaction --no-progress --prefer-dist --no-dev
-
composer dump-autoload --optimize --no-dev --classmap-authoritative
-
mkdir tpl_c
-
mkdir framadate
-
mv `ls -A | grep -v framadate` ./framadate
...
...
@@ -43,7 +42,7 @@ funky:
stage
:
funky
script
:
-
git checkout funky
-
php
composer
.phar
install
-
composer install
-
mkdir tpl_c
-
mkdir .public
-
cp -r * .public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment