mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
DONT MERGE
This commit is contained in:
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: main
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: main
|
||||||
path: project
|
path: project
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: main
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: main
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: Build Sample Project
|
- name: Build Sample Project
|
||||||
uses: ./cmake-action
|
uses: ./cmake-action
|
||||||
with:
|
with:
|
||||||
options: BUILD_TESTING=ON
|
options: MY_FIBONACCI_ENABLE_TESTS=ON
|
||||||
|
|
||||||
- name: Test Sample Project
|
- name: Test Sample Project
|
||||||
uses: threeal/ctest-action@v1.1.0
|
uses: threeal/ctest-action@v1.1.0
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: main
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user