Created
May 19, 2019 10:41
-
-
Save parj/da4dba66620eb289c5162b93a64ed63a to your computer and use it in GitHub Desktop.
Parallel build in Circle using workflows
This file contains hidden or 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
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