mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 12:26:19 -04:00
ci: enable suprocess tests
This commit is contained in:
parent
f677f4411f
commit
0a28c8c6eb
1
.github/workflows/cmake-multi-platform.yml
vendored
1
.github/workflows/cmake-multi-platform.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
||||
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
||||
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||
-DSUBPROCESS_TESTS=ON
|
||||
-S ${{ github.workspace }}
|
||||
|
||||
- name: Build
|
||||
|
@ -3,7 +3,7 @@ project(subprocess VERSION 0.0.1 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard to use")
|
||||
option(EXPORT_COMPILE_COMMANDS "create clang compile database" ON)
|
||||
option(SUBPROCESS_TESTS "enalbe subprocess tests" OFF)
|
||||
option(SUBPROCESS_TESTS "enable subprocess tests" OFF)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user