-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#398] Add Drupal 9 readiness checks to CI. * [#398] Add Drupal 9 readiness checks to CI - updates. * [#398] Allow build against D9. * [#398] Testing matrix w/D8 and D9. * [#398] Testing matrix w/D8 and D9 - adding back rest of steps. * [#398] Fixing EdgeExceptionSubscriber and EdgeExceptionSubscriberTest for D9 (due to drupal.org/project/drupal/issues/3113876). * [#398] Fixing functional tests for D9. * [#398] Order of execution of jobs in CircleCI. * [#398] Fixes tests. * [#398] Fixing matrix of jobs in CircleCI. * [#398] Fixing matrix of jobs in CircleCI. * [#398] Fixing matrix of jobs in CircleCI. * [#398] Fixing matrix of jobs in CircleCI. * [#398] Fixing matrix of jobs in CircleCI. * [#398] Fixing matrix of jobs in CircleCI. * [#398] Fixing composer issue. * [#398] Use d8 for tests. * [#398] enable code sniffer and drupal-check. * [#398] Fix deprecations from drupal-check. * [#398] Reenable functional JS tests. * [#398] Fix deprecation comment format.
- Loading branch information
1 parent
453354d
commit 6364c49
Showing
17 changed files
with
321 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash -ex | ||
|
||
if [ ! -f dependencies_updated ] | ||
then | ||
./update-dependencies.sh $1 | ||
fi | ||
|
||
vendor/bin/drupal-check --no-progress --memory-limit=1000M --format=junit $1 > /var/www/html/artifacts/d9/d9check.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.