Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
d6299fca
Commit
d6299fca
authored
Nov 08, 2019
by
Guillaume Perréal
Browse files
CI: récupère le code généré.
parent
ee0c1347
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
d6299fca
...
...
@@ -2,5 +2,6 @@
/dist
/node_modules
/tests/Fixtures/var
/output
.php_cs.*cache
.idea
.gitlab-ci.yml
View file @
d6299fca
...
...
@@ -11,6 +11,10 @@ test:console:
test:generate:
extends
:
.php-test
artifacts
:
name
:
generated-typescript
paths
:
-
output/
test:phpcpd:
allow_failure
:
true
composer.json
View file @
d6299fca
...
...
@@ -88,7 +88,7 @@
"test:composer-require-checker"
:
"@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors"
,
"test:phpunit"
:
"@php -d zend_extension=xdebug.so -d xdebug.coverage_enable=1 vendor/bin/phpunit --colors=never --coverage-text"
,
"test:console"
:
"@php tests/Fixtures/console doctrine:schema:validate --ansi --skip-sync"
,
"test:generate"
:
"@php tests/Fixtures/console ng-model:generate -
-ansi -vvv
>/dev/null"
"test:generate"
:
"@php tests/Fixtures/console ng-model:generate -
o output
>/dev/null"
},
"autoload"
:
{
"psr-4"
:
{
"Irstea\\NgModelGeneratorBundle\\"
:
"src/php/"
}
...
...
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