{"id":21206466,"url":"https://github.com/fluentci-io/cmake-plugin","last_synced_at":"2026-01-31T09:03:44.665Z","repository":{"id":254156139,"uuid":"845639959","full_name":"fluentci-io/cmake-plugin","owner":"fluentci-io","description":"CI/CD Plugin for CMake","archived":false,"fork":false,"pushed_at":"2024-08-21T17:23:40.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T07:52:53.036Z","etag":null,"topics":["cicd","cmake","continuous-integration","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentci-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T16:29:01.000Z","updated_at":"2024-10-13T16:32:49.000Z","dependencies_parsed_at":"2024-08-21T19:26:39.455Z","dependency_job_id":"d40321a5-b51d-41b8-a430-03a6ece955cc","html_url":"https://github.com/fluentci-io/cmake-plugin","commit_stats":null,"previous_names":["fluentci-io/cmake-plugin"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/fluentci-io/cmake-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fcmake-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fcmake-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fcmake-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fcmake-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/cmake-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fcmake-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cicd","cmake","continuous-integration","wasm"],"created_at":"2024-11-20T20:55:47.982Z","updated_at":"2026-01-31T09:03:44.617Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# CMake Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/cmake)](https://pkg.fluentci.io/cmake)\n[![ci](https://github.com/fluentci-io/cmake-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/cmake-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [CMake](https://cmake.org/).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm cmake setup\n```\n\n## Functions\n\n| Name     | Description                               |\n| -------- | ----------------------------------------- |\n| setup    | Installs a specific version of cmake.     |\n| generate | Generates build system files.             |\n| make     | Builds the project.                       |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.2.3\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/cmake@v0.1.0?wasm=1\", \"setup\", vec![\"latest\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Generate Makefiles\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: cmake\n    args: |\n      generate\n      make\n      make test\n  env:\n    GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fcmake-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fcmake-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fcmake-plugin/lists"}