File tree Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
#
15
15
16
- name : .github Merge Workflow
16
+ name : Merge Workflow
17
17
18
18
on :
19
19
push :
20
20
branches :
21
21
- master
22
22
23
23
jobs :
24
- Common-Merge :
25
- uses : NWChemEx/.github/.github/workflows/common_merge.yaml@master
24
+ tag-commit :
25
+ uses : NWChemEx/.github/.github/workflows/tag.yaml@master
26
+ secrets : inherit
27
+
28
+ deploy_nwx_docs :
29
+ uses : NWChemEx/.github/.github/workflows/deploy_nwx_docs.yaml@master
26
30
with :
27
- doc_target : ' tensorwrapper_cxx_api'
28
- generate_module_docs : false
31
+ doc_target : " tensorwrapper_cxx_api"
29
32
secrets : inherit
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
#
15
15
16
- name : .github Pull Request Workflow
16
+ name : Pull Request Workflow
17
17
18
18
on :
19
19
pull_request :
20
20
branches :
21
21
- master
22
22
23
23
jobs :
24
- Common-Pull-Request :
25
- uses : NWChemEx/.github/.github/workflows/common_pull_request.yaml@master
24
+ check_formatting :
25
+ uses : NWChemEx/.github/.github/workflows/check_formatting.yaml@master
26
+ with :
27
+ license_config : " .github/.licenserc.yaml"
28
+
29
+ test_nwx_docs :
30
+ uses : NWChemEx/.github/.github/workflows/test_nwx_docs.yaml@master
31
+ with :
32
+ doc_target : " tensorwrapper_cxx_api"
33
+
34
+ test_library :
35
+ uses : NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master
26
36
with :
27
- config_file : ' .github/.licenserc.yaml'
28
- source_dir : ' include src tests'
29
37
compilers : ' ["gcc-11", "clang-14"]'
30
- doc_target : ' tensorwrapper_cxx_api'
31
- secrets : inherit
32
- Test-Enable-Sigma :
33
- uses : NWChemEx/.github/.github/workflows/common_pull_request.yaml@master
38
+
39
+ test_library_with_sigma :
40
+ uses : NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master
34
41
with :
35
- config_file : ' '
36
- source_dir : ' '
37
- format_python : false
38
42
compilers : ' ["gcc-11", "clang-14"]'
39
43
repo_toolchain : " .github/enable_sigma.cmake"
40
- doc_target : ' '
41
- secrets : inherit
You can’t perform that action at this time.
0 commit comments