From ee9aeb9fcfa4aea99d03da439e34a5b0a2d955e3 Mon Sep 17 00:00:00 2001 From: PJD Date: Mon, 7 Oct 2024 18:44:07 +0200 Subject: [PATCH] Corrected ci-pipeline --- .github/workflows/ci-pipeline.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index bc509d3..492181f 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -30,14 +30,14 @@ jobs: with: mpi: ${{ matrix.mpi }} - # - name: Configure CMake - # # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. - # # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type - # run: cmake -B ${{github.workspace}}/build #-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - - # - name: Build - # # Build your program with the given configuration - # run: cmake --build ${{github.workspace}}/build -j4 #--config ${{env.BUILD_TYPE}} + - name: Configure CMake + # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. + # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type + run: cmake -B ${{github.workspace}}/build #-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + + - name: Build + # Build your program with the given configuration + run: cmake --build ${{github.workspace}}/build -j4 #--config ${{env.BUILD_TYPE}} - name: Test run: timeout 10m mpirun -np 4 ${{github.workspace}}/build/iPIC3D ${{github.workspace}}/.github/input/CI_Maxwell2D.inp