22-shaderc.yaml (452B)
1 name: shaderc 2 buildsystem: cmake-ninja 3 builddir: true 4 config-opts: 5 - "-DCMAKE_BUILD_TYPE=Release" 6 - "-DSHADERC_SKIP_TESTS=ON" 7 - "-DSHADERC_SKIP_EXAMPLES=ON" 8 - "-DSHADERC_SKIP_COPYRIGHT_CHECK=ON" 9 build-options: 10 strip: true 11 sources: 12 - type: git 13 url: "https://github.com/stenzek/shaderc.git" 14 commit: "f60bb80e255144e71776e2ad570d89b78ea2ab4f" 15 cleanup: 16 - /bin 17 - /include 18 - /lib/*.a 19 - /lib/*.la 20 - /lib/cmake 21 - /lib/pkgconfig