Commit Graph

4 Commits

Author SHA1 Message Date
Nico Weber 9797a3447d
Fix workdir for serenity project (#5018)
With this, can build fuzzers against a local checkout with:

    python3 infra/helper.py build_fuzzers serenity $HOME/src/serenity

Similar to 14452cfb3d
2021-01-20 11:44:07 -08:00
Nico Weber f40f590cea serenity: Build with ninja, and add @bugaevc to cc list (#4742)
* serenity: Build using ninja instead of make

It has a better default -j, which means local builds are much faster.
Also, the output is more pleasant to look at.

* serenity: Add bugaevc as requested on #4738
2020-11-29 13:39:21 -08:00
DavidKorczynski c28f4d8412
serenity: fix entire project build. (#4738) 2020-11-28 08:28:22 -08:00
DavidKorczynski dd8ad0aa04
[Serenity] initial integration (#4696) 2020-11-24 13:56:55 -08:00