Oops. Sorry about that…

> On Nov 6, 2017, at 6:35 PM, aha...@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> aharui pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> 
> 
> The following commit(s) were added to refs/heads/develop by this push:
>     new 7d8f943  try to fix js-only build
> 7d8f943 is described below
> 
> commit 7d8f943296c311fd985971cde8859f79295167df
> Author: Alex Harui <aha...@apache.org>
> AuthorDate: Mon Nov 6 08:35:24 2017 -0800
> 
>    try to fix js-only build
> ---
> frameworks/projects/Core/build.xml | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/frameworks/projects/Core/build.xml 
> b/frameworks/projects/Core/build.xml
> index a0244cc..4e975d3 100644
> --- a/frameworks/projects/Core/build.xml
> +++ b/frameworks/projects/Core/build.xml
> @@ -50,6 +50,11 @@
>                 <available file="${basedir}/src/test/royale/build.xml" />
>             </not>
>         </condition>
> +        <condition property="skip-tests" >
> +            <not>
> +                <isset property="env.AIR_HOME" />
> +            </not>
> +        </condition>
>     </target>
> 
>     <target name="test" depends="check-for-tests,check-compiler" 
> unless="skip-tests">
> 
> -- 
> To stop receiving notification emails like this one, please contact
> ['"comm...@royale.apache.org" <comm...@royale.apache.org>'].

Reply via email to