Skip to content

Commit

Permalink
More undefined targets
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Feb 15, 2012
1 parent c26cb4f commit 3e9b769
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions build.xml
Expand Up @@ -1215,6 +1215,9 @@
<target name="spec:ci_interpreted_18" depends="install-gems">
<rake task="spec:ci_interpreted_18"/>
</target>
<target name="spec:ci_interpreted_19" depends="install-gems">
<rake task="spec:ci_interpreted_19"/>
</target>
<target name="spec:ci_compiled_18" depends="install-gems">
<rake task="spec:ci_compiled_18"/>
</target>
Expand All @@ -1224,15 +1227,21 @@
<target name="spec:ci_precompiled_18" depends="install-gems">
<rake task="spec:ci_precompiled_18"/>
</target>
<target name="spec:ci_interpreted_19" depends="install-gems">
<rake task="spec:ci_interpreted_19"/>
<target name="spec:ci_precompiled_19" depends="install-gems">
<rake task="spec:ci_precompiled_19"/>
</target>
<target name="spec:ci_all_precompiled_18" depends="install-gems">
<rake task="spec:ci_all_precompiled_18"/>
</target>
<target name="spec:ci_all_precompiled_19" depends="install-gems">
<rake task="spec:ci_all_precompiled_19"/>
</target>
<target name="spec:ci_all_interpreted_18" depends="install-gems">
<rake task="spec:ci_all_interpreted_18"/>
</target>
<target name="spec:ci_all_interpreted_19" depends="install-gems">
<rake task="spec:ci_all_interpreted_19"/>
</target>
<target name="spec:ci_all" depends="install-gems">
<rake task="spec:ci_all"/>
</target>
Expand All @@ -1257,10 +1266,12 @@

<!-- For CI, because target names become filesystem paths with matrix builds -->
<target name="spec-ci_interpreted_18" depends="spec:ci_interpreted_18"></target>
<target name="spec-ci_interpreted_19" depends="spec:ci_interpreted_19"></target>
<target name="spec-ci_compiled_18" depends="spec:ci_compiled_18"></target>
<target name="spec-ci_compiled_19" depends="spec:ci_compiled_19"></target>
<target name="spec-ci_precompiled_18" depends="spec:ci_precompiled_18"></target>
<target name="spec-ci_interpreted_19" depends="spec:ci_interpreted_19"></target>
<target name="spec-ci_precompiled_19" depends="spec:ci_precompiled_19"></target>


<!-- latest, unstable specs -->
<target name="spec-latest-all" depends="spec:ci_all"/>
Expand Down

0 comments on commit 3e9b769

Please sign in to comment.