Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoor committed Apr 8, 2024
1 parent 7838959 commit 4b90bab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OWENSOpenFASTWrappers

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sandialabs.github.io/OWENSOpenFASTWrappers.jl)
![](https://github.com/sandialabs/OWENSOpenFASTWrappers.jl/workflows/CI/badge.svg)

A repository containing julia wrappers for standalone openFAST modules.

## Quick Start for Developing Julia Packages
Expand Down
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
localpath = dirname(@__FILE__)
if Sys.isunix()

println("Clone the correct openfast branch")
cd(localpath)
run(`git clone --depth 1 git@github.com:andrew-platt/openfast.git`)
run(`git clone --depth 1 https://github.com/andrew-platt/openfast.git`)
cd(joinpath(localpath, "openfast"))
run(`git remote set-branches origin '*'`)
run(`git fetch --depth 1 origin f/ADI_c_binding_multiRotor`)
Expand Down

0 comments on commit 4b90bab

Please sign in to comment.