1 2 3 4 5 6 7 8 9 10 11 12 13
pipelines: custom: FullBuildTest: - step: name: Debug Build runs-on: - 'self.hosted' - 'linux.shell' script: - git submodule update --init - cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTESTING=ON -GNinja - ninja -C build - ninja -C build test