Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit committed Apr 15, 2020
2 parents fe4101d + 1b17e1e commit a34f7c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
jobs:
build:
docker:
- image: quay.io/govcms/govcms-ci
steps:
- checkout
- run: composer validate --strict || true
- run:
name: Setup codebase
command: |
git checkout -b latest-package-"${CIRCLE_SHA1}"
git clone https://github.com/govCMS/govCMS8-scaffold-paas /app
composer --working-dir=/app config repositories.test path "/home/project"
composer --working-dir=/app update
composer --working-dir=/app require govcms/require-dev:dev-latest-package-"${CIRCLE_SHA1}" --ignore-platform-reqs
- run:
name: Ensure require-dev package is retrievable
working_directory: /app
command: |
composer info govcms/require-dev
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ To use this, you can use `satis.govcms.gov.au` as a repository source, and then:
```
composer require --dev govcms/require-dev ~1
```

[![CircleCI](https://circleci.com/gh/govCMS/require-dev.svg?style=svg)](https://circleci.com/gh/govCMS/require-dev)
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"phpunit/phpunit": "6.5",
"behat/behat": "^3.5",
"behat/gherkin": "^4.5",
"drupal/coder": "^8.3",
"drupal/drupal-extension": "3.4.1",
"jakub-onderka/php-parallel-lint": "^1.0",
"integratedexperts/behat-screenshot": "^0.7.2"
}
Expand Down

0 comments on commit a34f7c6

Please sign in to comment.