Skip to content

Commit

Permalink
Added GitHub CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Jul 3, 2024
1 parent e472cc7 commit a4758d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCOOPER_BUILD_EXAMPLES=ON
-DCOOPER_BUILD_TESTS=ON
-DPAHO_BUILD_EXAMPLES=ON
-DPAHO_BUILD_TESTS=ON
-DPAHO_WITH_MQTT_C=ON
-S ${{ github.workspace }}
- name: Build
Expand Down

0 comments on commit a4758d8

Please sign in to comment.