Skip to content

Commit

Permalink
add 32 bit github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Apr 19, 2024
1 parent 42fc825 commit 78d828f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,6 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure

latest-cpp:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Configure system
run: |
sudo apt-get -y update
sudo apt-get -y install libboost-test-dev
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure

latest-cpp32:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 78d828f

Please sign in to comment.