Skip to content

Commit

Permalink
ci: Order macos and release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 3, 2020
1 parent 3b0c0d0 commit 5be894e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,16 @@ workflows:
unless: <<pipeline.parameters.benchmark>>
jobs:
- lint
- release-linux
- release-linux:
requires:
- release-native-linux
- release-native-linux
- release-macos
- release-native-macos
- release-macos:
requires:
- release-native-macos
- release-native-macos:
requires:
- sanitizers-macos
- coverage
- cxx20
- sanitizers
Expand Down

0 comments on commit 5be894e

Please sign in to comment.