Skip to content

Commit

Permalink
added MarmotMPMCore to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasneuner committed Apr 4, 2024
1 parent 21d132d commit b5c0e61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -59,6 +59,9 @@ jobs:
run: |
git clone --recurse-submodules https://github.com/MAteRialMOdelingToolbox/Marmot/
cd Marmot
cd modules/core
git clone ${{secrets.MARMOT_MPMCORE_TOKEN}}
cd ../../
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$(python -c "import sys; print(sys.prefix)") ..

0 comments on commit b5c0e61

Please sign in to comment.