Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Houtan Bastani
dynare-brew
Commits
f960ff80
Verified
Commit
f960ff80
authored
Oct 21, 2019
by
Houtan Bastani
Browse files
initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
f960ff80
# Houtanb Dynare-brew
## How do I install these formulae?
`brew install houtanb/dynare-brew/<formula>`
Or
`brew tap houtanb/dynare-brew`
and then
`brew install <formula>`
.
Or install via URL (which will not receive updates):
```
brew install https://raw.githubusercontent.com/houtanb/homebrew-dynare-brew/master/Formula/<formula>.rb
```
## Documentation
`brew help`
,
`man brew`
or check
[
Homebrew's documentation
](
https://docs.brew.sh
)
.
azure-pipelines.yml
0 → 100644
View file @
f960ff80
jobs
:
-
job
:
macOS
pool
:
vmImage
:
macOS-10.14
steps
:
-
bash
:
|
set -e
sudo xcode-select --switch /Applications/Xcode_10.2.app/Contents/Developer
brew update
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/houtanb/homebrew-dynare-brew"
mkdir -p "$HOMEBREW_TAP_DIR"
rm -rf "$HOMEBREW_TAP_DIR"
ln -s "$PWD" "$HOMEBREW_TAP_DIR"
brew test-bot
displayName
:
Run brew test-bot
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment