Sha256: 61ae5036efddb4ba293ae4e9f7042002ee625f70d708bba65c610a763558858c
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 Bytes
Contents
name: C/C++ CI on: push: branches: [ "master", "git-actions" ] pull_request: branches: [ "master", "git-actions" ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: configure run: ./configure - name: make run: make - name: make test run: make test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_clang_fpe-0.1.0 | vendor/clang-fpe/.github/workflows/c-cpp.yml |