Skip to content

Commit

Permalink
Merge pull request #415 from pantheon-systems/circleci-schedule
Browse files Browse the repository at this point in the history
Schedule nightly builds with CircleCI
  • Loading branch information
danielbachhuber authored Jul 24, 2019
2 parents 8959fc4 + 5aa5c48 commit 46676f5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
15 changes: 15 additions & 0 deletions circle.yml → .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
version: 2
workflows:
version: 2
main:
jobs:
- build
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
jobs:
- build
jobs:
build:
working_directory: ~/pantheon-systems/solr-power
Expand Down
20 changes: 16 additions & 4 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,41 @@
# A set of files you probably don't want in your WordPress.org distribution
.babelrc
.deployignore
.distignore
.editorconfig
.eslintignore
.eslintrc
.git
.gitignore
.gitlab-ci.yml
.travis.yml
.DS_Store
Thumbs.db
behat.yml
bitbucket-pipelines.yml
bin
circle.yml
.circleci/config.yml
composer.json
composer.lock
dependencies.yml
Gruntfile.js
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
multisite.xml
multisite.xml.dist
phpcs.ruleset.xml
.phpcs.xml
phpcs.xml
.phpcs.xml.dist
phpcs.xml.dist
README.md
webpack.config.js
wp-cli.local.yml
yarn.lock
tests
vendor
node_modules
includes/dev.php
*.sql
*.tar.gz
*.zip
*.zip

0 comments on commit 46676f5

Please sign in to comment.