Skip to content

Update CMakeLists.txt to bump version number #63

Update CMakeLists.txt to bump version number

Update CMakeLists.txt to bump version number #63

name: Ubuntu (no-cache)
on:
pull_request:
branches: [ stable, develop ]
push:
branches: [ stable, develop ]
workflow_dispatch:
jobs:
PDC:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Dependencies
run: .github/workflows/dependencies-linux.sh
- name: Build PDC
run: |
mkdir build && cd build
cmake ../ -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DPDC_ENABLE_MPI=ON -DCMAKE_C_COMPILER=mpicc
make -j2
- name: Test PDC
working-directory: build
run: ctest -L serial