Skip to content

Instantly share code, notes, and snippets.

@parj
Created May 19, 2019 10:41
Show Gist options
  • Save parj/da4dba66620eb289c5162b93a64ed63a to your computer and use it in GitHub Desktop.
Save parj/da4dba66620eb289c5162b93a64ed63a to your computer and use it in GitHub Desktop.
Parallel build in Circle using workflows
workflows:
version: 2
build_and_test:
jobs:
- build
- openjdk-8:
filters:
branches:
ignore:
- release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment