{"id":37668145,"url":"https://github.com/dankernel/action-sample-cpp","last_synced_at":"2026-01-16T12:00:51.051Z","repository":{"id":54629523,"uuid":"332496238","full_name":"dankernel/action-sample-cpp","owner":"dankernel","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-07T05:13:04.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-16T12:26:46.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dankernel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-24T16:22:35.000Z","updated_at":"2024-03-16T12:26:46.218Z","dependencies_parsed_at":"2022-08-13T22:01:00.137Z","dependency_job_id":null,"html_url":"https://github.com/dankernel/action-sample-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dankernel/action-sample-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankernel%2Faction-sample-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankernel%2Faction-sample-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankernel%2Faction-sample-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankernel%2Faction-sample-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dankernel","download_url":"https://codeload.github.com/dankernel/action-sample-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankernel%2Faction-sample-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T12:00:36.669Z","updated_at":"2026-01-16T12:00:51.008Z","avatar_url":"https://github.com/dankernel.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![example workflow name](https://github.com/dankernel/action-sample-cpp/workflows/CMake/badge.svg)\n\n# Run\n```\nmkdir build\ncd build\ncmake ../src\nmake\n```\n\n# cmake.yml\n```\nname: CMake\n\non: [push]\n\nenv:\n  # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)\n  BUILD_TYPE: Release\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v2\n\n    - name: Create Build Environment\n      run: cmake -E make_directory ${{github.workspace}}/build\n\n    - name: Configure CMake\n      shell: bash\n      working-directory: ${{github.workspace}}/build\n      run: |\n        echo $GITHUB_WORKSPACE\n        cmake $GITHUB_WORKSPACE/src -DCMAKE_BUILD_TYPE=$BUILD_TYPE\n    - name: Build\n      working-directory: ${{github.workspace}}/build\n      shell: bash\n      run: |\n        echo $GITHUB_WORKSPACE\n        ls $GITHUB_WORKSPACE\n        cmake --build . --config $BUILD_TYPE\n    - name: Test\n      working-directory: ${{github.workspace}}/build\n      shell: bash\n      run: ctest -C $BUILD_TYPE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankernel%2Faction-sample-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdankernel%2Faction-sample-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankernel%2Faction-sample-cpp/lists"}