File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Framework Validation
2
+
3
+ on :
4
+ push :
5
+ branches : [ "master" ]
6
+ pull_request :
7
+ branches : [ "master" ]
8
+ release :
9
+
10
+ workflow_dispatch :
11
+
12
+ env :
13
+ CMAKE_BUILD_TYPE : Release
14
+ REST_PATH : /rest/legacylib/install
15
+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
16
+
17
+ defaults :
18
+ run :
19
+ shell : bash
20
+
21
+ jobs :
22
+ framework-validation :
23
+ uses : rest-for-physics/framework/.github/workflows/validation.yml@submodule-validation
Original file line number Diff line number Diff line change 1
1
name : Validation
2
2
3
3
on :
4
- push :
5
- branches : [ "master" ]
6
- pull_request :
7
- branches : [ "master" ]
8
- release :
9
-
10
4
workflow_dispatch :
5
+ workflow_call :
11
6
12
7
env :
13
8
CMAKE_BUILD_TYPE : Release
14
9
REST_PATH : /rest/legacylib/install
10
+ LEGACY_LIB_PATH : legacylib
15
11
BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
16
12
17
13
defaults :
18
14
run :
19
15
shell : bash
20
16
21
17
jobs :
22
- framework-validation :
23
- uses : rest-for-physics/framework/.github/workflows/validation.yml@master
24
18
25
19
build-legacylib :
26
20
name : Build only legacy
You can’t perform that action at this time.
0 commit comments