Skip to content

Commit 44b0e8e

Browse files
authored
Merge pull request #10 from StephanKa/feature/build-sml-crow-boost-beast
enable SML, Boost Beast and Crow in Github action
2 parents 3207f5f + f2c4e5a commit 44b0e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# We need to source the profile file to make sure conan is in PATH
6666
run: |
6767
source ~/.profile
68-
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
68+
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCPP_STARTER_USE_SML=ON -DCPP_STARTER_USE_BOOST_BEAST=ON -DCPP_STARTER_USE_CROW=ON
6969
7070
- name: Build
7171
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)