mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
fix workflow.
This commit is contained in:
parent
4a75d49478
commit
38869c4aaa
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -62,6 +62,9 @@ jobs:
|
|||||||
disk-cache: ${{ github.workflow }}
|
disk-cache: ${{ github.workflow }}
|
||||||
repository-cache: true
|
repository-cache: true
|
||||||
|
|
||||||
|
- name: "Build with Bazel"
|
||||||
|
run: bazel build ...
|
||||||
|
|
||||||
- name: "Tests with Bazel"
|
- name: "Tests with Bazel"
|
||||||
run: bazel run tests
|
run: bazel run tests
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
|
|||||||
|
|
||||||
project(ftxui
|
project(ftxui
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 6.0.3
|
VERSION 6.0.2
|
||||||
DESCRIPTION "C++ Functional Terminal User Interface."
|
DESCRIPTION "C++ Functional Terminal User Interface."
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ option(FTXUI_ENABLE_COVERAGE "Execute code coverage" OFF)
|
|||||||
option(FTXUI_DEV_WARNINGS "Enable more compiler warnings and warnings as errors" OFF)
|
option(FTXUI_DEV_WARNINGS "Enable more compiler warnings and warnings as errors" OFF)
|
||||||
|
|
||||||
set(FTXUI_MICROSOFT_TERMINAL_FALLBACK_HELP_TEXT "On windows, assume the \
|
set(FTXUI_MICROSOFT_TERMINAL_FALLBACK_HELP_TEXT "On windows, assume the \
|
||||||
terminal used will be one of Microsoft and use a set of reasonable fallback \
|
terminal used will be one of Microsoft and use a set of reasonnable fallback \
|
||||||
to counteract its implementations problems.")
|
to counteract its implementations problems.")
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
option(FTXUI_MICROSOFT_TERMINAL_FALLBACK
|
option(FTXUI_MICROSOFT_TERMINAL_FALLBACK
|
||||||
|
Loading…
Reference in New Issue
Block a user