Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed May 14, 2024
1 parent 49db27b commit 862e31b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ jobs:
- name: Build OpenFAST
run: |
git clone https://github.com/OpenFAST/OpenFAST.git
pwd && ls
cd OpenFAST
git switch --detach v3.5.3
mkdir build
cd build
cmake -DBUILD_OPENFAST_CPP_API=ON ..
make -j $(nproc)
make install
# make -j $(nproc)
# make install
- name: Build OpenFAST adapter
run: |
cd src
pwd && ls
mkdir build
cd build
OpenFAST_DIR=../OpenFAST/install/lib/cmake/OpenFAST cmake ..
Expand Down

0 comments on commit 862e31b

Please sign in to comment.