[build2] Issues with my first attempt at build2 CI

Klaim - Joël Lamotte mjklaim at gmail.com
Mon Nov 5 21:38:39 UTC 2018


On Tue, 9 Oct 2018 at 12:33, Klaim - Joël Lamotte <mjklaim at gmail.com> wrote:
> On Mon, 8 Oct 2018 at 18:14, Karen Arutyunov <karen at codesynthesis.com> wrote:
> > lib{gtest}: src/cxx{gtest-all} include/hxx{**}
> > lib{gtest}: src/cxx{* -gtest-all -gtest_main}: include = false
> > lib{gtest}: src/hxx{*}: install = false
> >
>
> Thanks, that works better than my attempt at something similar.

Quick follow-up:
I just installed last staged 0.9.0 and now this line fails because of the `=`

    lib{gtest}: src/cxx{* -gtest-all -gtest_main}: include = false

Error:
    gtest\buildfile:111:58: error: expected newline instead of '='

Not sure if it's a bug or a change of syntax?

PS E:\Tests\build2-experiment\build2-gtest> b --version
build2 0.9.0-a.0.be2774dd81da
libbutl 0.9.0-a.0.d9af320fbdfd
host x86_64-microsoft-win32-msvc14.1
Copyright (c) 2014-2018 Code Synthesis Ltd
This is free software released under the MIT license.

Joël



More information about the users mailing list