mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
fix missing article in the steps's name
This commit is contained in:
parent
14c5b01b37
commit
dd5801befd
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Use this action
|
- name: Use this action
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
||||||
- name: Run build result
|
- name: Run the build result
|
||||||
run: ${{ matrix.os == 'windows' && 'build\Debug\hello_world.exe' || 'build/hello_world' }}
|
run: ${{ matrix.os == 'windows' && 'build\Debug\hello_world.exe' || 'build/hello_world' }}
|
||||||
|
|
||||||
specified-dir-usage:
|
specified-dir-usage:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
source-dir: test
|
source-dir: test
|
||||||
build-dir: test/build
|
build-dir: test/build
|
||||||
|
|
||||||
- name: Run build result
|
- name: Run the build result
|
||||||
run: test/build/hello_world
|
run: test/build/hello_world
|
||||||
|
|
||||||
- name: Check if the default build directory does not exist
|
- name: Check if the default build directory does not exist
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
cxx-compiler: clang++
|
cxx-compiler: clang++
|
||||||
args: -D CHECK_USING_CLANG=ON
|
args: -D CHECK_USING_CLANG=ON
|
||||||
|
|
||||||
- name: Run build result
|
- name: Run the build results
|
||||||
run: build/test_c && build/test_cpp
|
run: build/test_c && build/test_cpp
|
||||||
|
|
||||||
specified-generator-usage:
|
specified-generator-usage:
|
||||||
@ -93,5 +93,5 @@ jobs:
|
|||||||
source-dir: test
|
source-dir: test
|
||||||
generator: Ninja
|
generator: Ninja
|
||||||
|
|
||||||
- name: Run build result
|
- name: Run the build result
|
||||||
run: build/hello_world
|
run: build/hello_world
|
||||||
|
@ -37,7 +37,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Process inputs
|
- name: Process the inputs
|
||||||
id: process_inputs
|
id: process_inputs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -77,7 +77,7 @@ runs:
|
|||||||
*) choco install ninja ;;
|
*) choco install ninja ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure the CMake project
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake ${{ steps.process_inputs.outputs.cmake_args }}
|
run: cmake ${{ steps.process_inputs.outputs.cmake_args }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user