Merge workflows. (#234)

- Merge all the workflows into one file.
- Produce Windows and MacOS artifact.
This commit is contained in:
Arthur Sonzogni
2021-10-17 16:03:18 +02:00
committed by ArthurSonzogni
parent 026a005753
commit 4188ee2c04
12 changed files with 183 additions and 305 deletions

View File

@@ -4,7 +4,7 @@ include(cmake/ftxui_git_version.cmake)
project(ftxui
LANGUAGES CXX
VERSION 0.10.${git_version}
VERSION 0.11.${git_version}
)
option(FTXUI_BUILD_DOCS "Set to ON to build tests" ON)