{"id":16264932,"url":"https://github.com/decipher/dcir","last_synced_at":"2026-01-28T12:34:04.753Z","repository":{"id":56964630,"uuid":"61245309","full_name":"Decipher/dcir","owner":"Decipher","description":"Drupal common CI Runner","archived":false,"fork":false,"pushed_at":"2023-12-15T02:29:03.000Z","size":20,"stargazers_count":1,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-15T03:52:15.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Decipher.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-15T22:29:40.000Z","updated_at":"2023-12-15T03:52:15.005Z","dependencies_parsed_at":"2024-10-10T17:04:41.129Z","dependency_job_id":"5379a297-0e28-4fe5-abef-9293f2bd1e57","html_url":"https://github.com/Decipher/dcir","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"c051bdb4a64f595d0e8f6c4aac1e5e1fc45f6d97"},"previous_names":[],"tags_count":9,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fdcir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fdcir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fdcir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fdcir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decipher","download_url":"https://codeload.github.com/Decipher/dcir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247728704,"owners_count":20986317,"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-10T17:04:34.371Z","updated_at":"2026-01-28T12:34:04.723Z","avatar_url":"https://github.com/Decipher.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal common CI Runner\n\nDrupal common CI Runner (DCIR) is a Docker based tool for executing\nautomated testing of Drupal modules on common CI providers as well\nas locally. \n\n\n\n## Running DCIR locally\n\n### Requirement(s):\n\n- [Docker](https://www.docker.com/)\n\n### Steps:\n\nRun the following command from the module directory you wish to test:\n\n```\ndocker run --rm -it -v $(pwd):/dcir deciphered/dcir:latest\n```\n\n\n## Running DCIR via Continuous Integration (CI)\n\nEach CI runner has it's own configuration format, simply place the\nrelevant file below into your project:\n\n\n### CircleCI\n\n**circle.yml**\n```\nmachine:\n  services:\n    - docker\n\ntest:\n  override:\n    - docker run --rm -v $(pwd):/dcir -it deciphered/dcir:latest\n\n```\n\n\n### Travis CI\n\n**.travis.yml**\n```\nsudo: required\n\nlanguage: php\n\nservices:\n  - docker\n\nscript:\n  - docker run -v $(pwd):/dcir -it deciphered/dcir-5.6:develop\n```\n\n\n## Advanced configuration\n\nDCIR doesn't requires zero configuration out of the box, it uses\nauto-magic detection to determine the relevant configuration for the\nproject.\n\nIn the case the discovery this doesn't work as required, a configuration\nfile can be added to the project.\n\n**.dcir.yml**\n```\ndrupal:\n  # The Drupal core version: 7, 8 (default).\n  #core: 8\n\n  # The Drupal project being tested.\n  project: \"PROJECT_MACHINE_NAME\"\n\n  # The Drupal project type; module (default).\n  #project_type: \"module\"\n\n# The simpletest group to be run.\nsimpletest:\n  group: \"SIMPLETEST_GROUP_NAME\"\n```\n\nNote: Be sure to replace the relevant placeholders and uncomment out the\n      configuration as required. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Fdcir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecipher%2Fdcir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Fdcir/lists"}