Skip to content

Commit

Permalink
working on circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
robdox committed Jun 25, 2018
1 parent 7196394 commit 455b0b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: cd website && npm run build

test-python:
working_directory: ~.
docker:
Expand Down
8 changes: 8 additions & 0 deletions website/static/.circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
machine: true
branches:
ignore: gh-pages
steps:
- run: echo "Skipping tests on gh-pages branch"

0 comments on commit 455b0b0

Please sign in to comment.