Conversation
Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
Member
|
there is an easier way; we can do this is what we do in CI: https://github.com/ignition-tooling/release-tools/blob/master/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash#L72 |
scpeters
reviewed
Sep 24, 2021
tutorials/installation.md
Outdated
| brew tap osrf/simulation | ||
| ``` | ||
|
|
||
| Install Ignition GUI: |
scpeters
reviewed
Sep 24, 2021
tutorials/installation.md
Outdated
|
|
||
| 2. Install dependencies | ||
| ``` | ||
| brew install $(sort -u $(find . -iname 'packages.brew') | tr '\n' ' ') |
Member
There was a problem hiding this comment.
brew install --only-dependencies ignition-math<#>
Codecov Report
@@ Coverage Diff @@
## ign-math6 #252 +/- ##
==========================================
Coverage 99.41% 99.41%
==========================================
Files 67 67
Lines 6347 6347
==========================================
Hits 6310 6310
Misses 37 37 Continue to review full report at Codecov.
|
Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
Contributor
Author
|
Thank your for the tips @scpeters ! |
scpeters
approved these changes
Sep 24, 2021
13 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Alejandro Hernández ahcorde@gmail.com
🦟 Bug fix
Summary
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge