mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
feat: remove support for testing CMake projects (#256)
* feat: remove `run-test` and `test-args` action inputs * docs: remove description for supporting testing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: CMake Action
|
||||
description: Configure, build, and test your CMake project
|
||||
description: Configure and build your CMake project
|
||||
author: Alfi Maulana
|
||||
branding:
|
||||
color: gray-dark
|
||||
@@ -28,11 +28,6 @@ inputs:
|
||||
default: false
|
||||
build-args:
|
||||
description: Additional arguments to pass during the CMake build
|
||||
run-test:
|
||||
description: If enabled, it runs testing using CTest (true/false)
|
||||
default: false
|
||||
test-args:
|
||||
description: Additional arguments to pass during the CTest run
|
||||
outputs:
|
||||
build-dir:
|
||||
description: The build directory of the CMake project
|
||||
|
||||
Reference in New Issue
Block a user