-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into packed-edge-count
- Loading branch information
Showing
16 changed files
with
231 additions
and
117 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,15 @@ jobs: | |
# to avoid problems with ABI changes with/without -DNDEBUG. | ||
# And we update libomp to make extra sure it will be picked up by the compiler. | ||
# We pre-install a pinned txm to work around https://github.com/anko/txm/issues/8 | ||
run: brew bundle cleanup --force && brew bundle install && brew update && brew install protobuf && brew install libomp && npm install -g [email protected] | ||
run: | | ||
brew bundle cleanup --force && \ | ||
brew bundle install && \ | ||
brew update && \ | ||
brew install protobuf && \ | ||
brew install libomp && \ | ||
npm install -g [email protected] && \ | ||
brew config && \ | ||
(brew doctor || echo "brew doctor is unhappy") | ||
- name: Run build and test | ||
run: | | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
d782956
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vg CI tests complete for branch packed-edge-count. View the full report here.
16 tests passed, 0 tests failed and 0 tests skipped in 23629 seconds