mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-04 06:01:20 +00:00
ci: remove setup Ninja action in CI workflows (#755)
Some checks are pending
Build / Build Action (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run
Some checks are pending
Build / Build Action (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run
* ci: remove setup Ninja step in CI workflow Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> * docs: remove setup Ninja action in `README.md` Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> --------- Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
c3cc70f090
commit
a65d401258
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -138,9 +138,6 @@ jobs:
|
|||||||
dist
|
dist
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
|
|
||||||
- name: Setup Ninja
|
|
||||||
uses: seanmiddleditch/gha-setup-ninja@v6
|
|
||||||
|
|
||||||
- name: Configure Sample Project
|
- name: Configure Sample Project
|
||||||
id: cmake-action
|
id: cmake-action
|
||||||
uses: ./cmake-action
|
uses: ./cmake-action
|
||||||
|
@ -63,9 +63,6 @@ By default, this action uses the current working directory as the source directo
|
|||||||
The following example demonstrates how to use this action to configure and build the project using [Ninja](https://ninja-build.org/) as the build system generator and [Clang](https://clang.llvm.org/) as the compiler:
|
The following example demonstrates how to use this action to configure and build the project using [Ninja](https://ninja-build.org/) as the build system generator and [Clang](https://clang.llvm.org/) as the compiler:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Setup Ninja
|
|
||||||
uses: seanmiddleditch/gha-setup-ninja@v5
|
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
uses: threeal/cmake-action@v2.1.0
|
uses: threeal/cmake-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user