write the recipe directly in the .yml file
For some reason, SolarisOS is not considered posix by the Makefile (?)
gcc -v
CC=gcc CFLAGS="-Werror -O1" gmake -j check
pkg install cmake
- gmake cmakebuild V=1
+ cmake --version
+ rm -rf cmakebuild install
+ mkdir -p cmakebuild install
+ cd cmakebuild; cmake -Wdev -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS="-Werror -O0" -DCMAKE_INSTALL_PREFIX=install ../build/cmake
+ cmake --build cmakebuild --target install -- -j V=1