Skip to content

Commit

Permalink
Add DP and SP builds to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Jan 29, 2024
1 parent b5fe0b8 commit b4c10e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fieldapi_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
build_type: [RelWithDebInfo]
precision: ['SINGLE', 'DOUBLE']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
fiat_ROOT: ${{github.workspace}}/fiat/build
# 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=${{matrix.build_type}} -DENABLE_ACC=OFF
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_ACC=OFF -DENABLE_${{matrix.precision}}_PRECISION=ON

- name: Build field_api
# Build your program
Expand Down

0 comments on commit b4c10e8

Please sign in to comment.