Skip to content

Commit

Permalink
Schedule nightly builds with CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 23, 2019
1 parent 1c25ff1 commit bedcef4
Showing 1 changed file with 15 additions and 0 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/wp-saml-auth
Expand Down

0 comments on commit bedcef4

Please sign in to comment.