Skip to content

Commit

Permalink
Update pyfabm actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wathen committed Nov 6, 2023
1 parent 6f6b6d9 commit 8c69cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-actions/pyfabm-ersem/pyfabm-ersem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "Checking out branch: $BRANCH"
cd ersem && git checkout $BRANCH && cd ..

echo "Building PyFABM-ERSEM"
mkdir install
mkdir build && cd build
cmake ../fabm/src/drivers/python -DFABM_ERSEM_BASE=../ersem
cmake ../fabm/src/drivers/python -DFABM_ERSEM_BASE=../ersem -DCMAKE_INSTALL_PREFIX=../install
make install

0 comments on commit 8c69cc2

Please sign in to comment.