Skip to content

Commit

Permalink
Integrate github CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Nov 25, 2023
1 parent 7336a79 commit 1e216a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,12 @@ jobs:
if (NOT result EQUAL 0)
message(FATAL_ERROR "Could not run with ${CMAKE_COMMAND}: Got ${error_message} - ${result}")
endif()
- name: Test
run: |
execute_process(
COMMAND ${CMAKE_COMMAND} --build build --target test
RESULT_VARIABLE result
ERROR_VARIABLE error_message
)

0 comments on commit 1e216a8

Please sign in to comment.