{"id":15631633,"url":"https://github.com/ianmiell/cheapci","last_synced_at":"2025-05-11T17:52:32.602Z","repository":{"id":19450928,"uuid":"22695135","full_name":"ianmiell/cheapci","owner":"ianmiell","description":"Simple CI framework in bash. Checks whether there have been any updates, runs tests and mails you on completion.","archived":false,"fork":false,"pushed_at":"2022-09-22T09:26:12.000Z","size":24,"stargazers_count":187,"open_issues_count":0,"forks_count":20,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-31T21:42:52.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ianmiell.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}},"created_at":"2014-08-06T19:23:56.000Z","updated_at":"2025-03-27T12:39:03.000Z","dependencies_parsed_at":"2023-01-11T20:36:41.793Z","dependency_job_id":null,"html_url":"https://github.com/ianmiell/cheapci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmiell%2Fcheapci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmiell%2Fcheapci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmiell%2Fcheapci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmiell%2Fcheapci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianmiell","download_url":"https://codeload.github.com/ianmiell/cheapci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253446335,"owners_count":21909937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-03T10:41:04.366Z","updated_at":"2025-05-10T16:33:27.967Z","avatar_url":"https://github.com/ianmiell.png","language":"Shell","funding_links":[],"categories":["Applications"],"sub_categories":[],"readme":"cheapci\n=======\n\nSimple CI framework in bash. Checks whether there have been any updates, runs tests\nand mails you on completion.\n\nTo show flags etc:\n\n```\n$ ./cheapci -h\n```\n\nExamples\n========\n\n```\nEXAMPLES\n\n- \"Clone -r https://github.com/ianmiell/shutit.git if a git pull on /space/git/shutit\nindicates there's been an update. Then navigate to test, run ./test.sh and mail\nian.miell@gmail.com if there are any issues\"\n\n./cheapci \\\n      -r https://github.com/ianmiell/shutit.git \\\n      -l /space/git/shutit \\\n      -d test \\\n      -c ./test.sh \\\n      -m ian.miell@gmail.com\n\n\n- \"Run the above continuously in a crontab.\"\n\n  Crontab line:\n\n* * * * * cd /path/to/cheapci \u0026\u0026 ./cheapci -r https://github.com/ianmiell/shutit.git -l /space/git/shutit -d test -c ./test.sh -m ian.miell@gmail.com\n\n- \"Test cheapci with cheapci\"\n\n# Check out cheapci to the folder specific in the -l argument below, and update that argument for your context\n./cheapci \\\n     -n cheapci \\\n     -d . \\\n     -c /bin/true \\\n     -r https://github.com/ianmiell/cheapci \\\n     -l /home/imiell/git/cheapci \\\n     -f \\\n     -a echo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmiell%2Fcheapci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianmiell%2Fcheapci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmiell%2Fcheapci/lists"}