]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/build.xml
Installation should be launch manually
[github/wallabag/wallabag.git] / app / build.xml
index b3f4c13a1b66c257441f3bf47ec9aaf5f1f3b6e1..5300af042f0ce1398f5509791637f22b7cd9f8ff 100644 (file)
             <arg value="--no-interaction"/>
             <arg value="--working-dir=.."/>
         </exec>
+        <exec executable="php">
+            <arg value="${basedir}/../app/console"/>
+            <arg value="doctrine:database:drop"/>
+            <arg value="--force"/>
+            <arg value="--env=test"/>
+        </exec>
+        <exec executable="php">
+            <arg value="${basedir}/../app/console"/>
+            <arg value="doctrine:database:create"/>
+            <arg value="--env=test"/>
+        </exec>
         <exec executable="php">
             <arg value="${basedir}/../app/console"/>
             <arg value="cache:clear"/>