File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v4
20+
2021 - name : Install TFEL
2122 - uses : actions/checkout@v4
2223 - repository : https://github.com/thelfer/tfel
2526 -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install-tfel
2627 cmake --build ${{github.workspace}}/build-tfel --target all -j $(nproc)
2728 cmake --build ${{github.workspace}}/build-tfel --target install
29+
2830 - name : Configure
2931 run : |
3032 source ${{github.workspace}}/install-tfel/share/tfel/env/env.sh
@@ -37,10 +39,12 @@ jobs:
3739 -Denable-julia-bindings=OFF \
3840 -DTFEL_DIR=${{github.workspace}}/install-tfel/share/tfel/cmake \
3941 -Denable-parallel-stl-algorithms=OFF
42+
4043 - name : Compile
4144 run : |
4245 source ${{github.workspace}}/install-tfel/share/tfel/env/env.sh
4346 cmake --build ${{github.workspace}}/build --target all -j $(nproc)
47+
4448 - name : Test
4549 run : |
4650 source ${{github.workspace}}/install-tfel/share/tfel/env/env.sh
You can’t perform that action at this time.
0 commit comments