Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Jul 13, 2023
1 parent 92a6209 commit 7fe6e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ ctest_start("Experimental")
ctest_update()
ctest_configure(OPTIONS "${CTEST_CONFIGURE_OPTIONS}")
ctest_build(TARGET _hl)
ctest_build(TARGET outcome-snippets)
if(NOT WIN32 AND NOT APPLE)
ctest_build(TARGET outcome-snippets)
endif()
ctest_test(RETURN_VALUE retval)
set(retval2 0)
set(retval3 0)
Expand Down

0 comments on commit 7fe6e84

Please sign in to comment.