Page MenuHomePhabricator

[CI] Wrap the build_cmake.sh environment and script path into a function
ClosedPublic

Authored by Fabien on Jun 23 2020, 13:18.

Details

Summary

This diff improves readability of the build_cmake.sh call by wrapping it
into a function that extend the cmake flags array and hide the path. It
also makes consistent use of newlines and put options in the first
positions to improve readability. This does not change the behavior.

Depends on D6677.

Test Plan

Run any CI build plan that uses the build_with_cmake function.