Skip to content

Commit

Permalink
Corrected ci-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranab-JD committed Oct 7, 2024
1 parent a341e2c commit ee9aeb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee9aeb9

Please sign in to comment.