commit | 99b9f16b3d24e98ee565d9db31485fa7d0a44309 | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Mon Oct 02 13:44:53 2023 -0700 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Mon Oct 02 13:59:08 2023 -0700 |
tree | d301d00931c049bd84eea1083a7d0d21b1517304 | |
parent | f3bbe620ef21097d79040131415d6375d52d3cbf [diff] |
cmake.yml: Test cmake builds using gcc cmake configure step was wrongly hard-coded to clang which prevented testing the gcc based builds. It is now updated to pick appropriate compilers based on the build type.
https://developer.android.com/guide/topics/media/platform/hdr-image-format
Supports:
Preferred Compiler: Clang Tested with:
$ mkdir build $ cd build $ cmake .. $ make
$ mkdir build $ cd build $ cmake .. $ make