Skip to content

Commit

Permalink
attempting to fix build refs #2649
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Nov 23, 2015
1 parent 2a6fb1b commit fd6eac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -96,7 +96,7 @@
<mkdir dir="${builddir}/jsdoc"/>
<exec command="curl -s https://getcomposer.org/installer | php;mv composer.phar ${workspace}/source"/>
<!-- Make sure to ignore platform requirements, because CURL is not installed at the CI server. -->
<exec command="${workspace}/source/composer.phar install --prefer-dist --no-dev --no-scripts --ignore-platform-reqs" checkreturn="true" passthru="true" />
<exec command="${workspace}/source/composer.phar install --prefer-dist --no-dev --ignore-platform-reqs" checkreturn="true" passthru="true" /><!-- no-scripts removed -->
</target>

<!-- Build archives -->
Expand Down Expand Up @@ -126,7 +126,7 @@
<exec command="${workspace}/source/build.php build:fix_autoloader --vendor-dir ${packagepath}/vendor" checkreturn="true" passthru="true"/>

<!-- install assets -->
<exec command="php ${packagepath}/app/console assets:install ${packagepath}/web" checkreturn="true" passthru="true"/>
<!--<exec command="php ${packagepath}/app/console assets:install ${packagepath}/web" checkreturn="true" passthru="true"/>-->

<!-- create route translation dummy file -->
<exec command="php ${packagepath}/app/console translation:extract --enable-extractor=jms_i18n_routing --dir=${packagepath}/app/logs --output-dir=${packagepath}/app/Resources/translations template" checkreturn="true" passthru="true" />
Expand Down

0 comments on commit fd6eac5

Please sign in to comment.