Add GitHub workflows (#93)

* add mac workflow

* rename and add windows and ubuntu workflows

* update tests

* update tests

* update travis
This commit is contained in:
Lars Melchior
2019-10-24 18:14:58 +02:00
committed by GitHub
parent 47bfb554ab
commit 3a4516265c
6 changed files with 60 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ foreach(test ${tests})
)
endforeach()
add_custom_target(test-verbose COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
add_custom_target(test-verbose COMMAND ${CMAKE_CTEST_COMMAND} -C Debug --verbose)