summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/ide.xml3
-rw-r--r--uitest/build.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/build/ide.xml b/build/ide.xml
index 440a7d9c3b..4bd839365f 100755
--- a/build/ide.xml
+++ b/build/ide.xml
@@ -95,6 +95,9 @@
<antcall target="compile-theme" inheritRefs="true">
<param name="theme" value="tests-valo-light" />
</antcall>
+ <antcall target="compile-theme" inheritRefs="true">
+ <param name="theme" value="tests-valo-disabled-animations" />
+ </antcall>
</parallel>
</target>
diff --git a/uitest/build.xml b/uitest/build.xml
index e6c68a90aa..1539427d86 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -303,6 +303,9 @@
<antcall target="compile-theme">
<param name="theme" value="tests-valo-light" />
</antcall>
+ <antcall target="compile-theme">
+ <param name="theme" value="tests-valo-disabled-animations" />
+ </antcall>
</target>
<target name="compile-theme" depends="copy-theme">