mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
script for installing mcpl as a ci-thing
This commit is contained in:
parent
de8dcbd332
commit
1ab9aa4b6f
1 changed files with 7 additions and 0 deletions
7
tools/ci/gha-install-mcpl.sh
Executable file
7
tools/ci/gha-install-mcpl.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
cd $HOME
|
||||
git clone https://github.com/mctools/mcpl
|
||||
cd mcpl
|
||||
mkdir build && cd build
|
||||
cmake .. && make 2>/dev/null && sudo make install
|
||||
Loading…
Add table
Add a link
Reference in a new issue