Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andpiccione committed Sep 22, 2023
1 parent f992070 commit 969e4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/ccf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
-DCMAKE_INSTALL_PREFIX=/opt/ccf_${{ parameters.Platform }} \
-DCOMPILE_TARGET=${{ parameters.Platform }} \
-DBUILD_TESTS=ON \
-DBUILD_UNIT_TESTS=OFF \
-DBUILD_UNIT_TESTS=ON \
${{ parameters.CMakeArgs }}
workingDirectory: $(Pipeline.Workspace)/CCF
displayName: Configure CCF
Expand Down

0 comments on commit 969e4c2

Please sign in to comment.