File tree 5 files changed +24
-0
lines changed
5 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Nightly Testing
2
+
3
+ on :
4
+ schedule :
5
+ - cron : " 0 0 * * *"
6
+ workflow_dispatch :
7
+
8
+ jobs :
9
+ linux :
10
+ name : Nightly Linux
11
+ uses : ./.github/workflows/test_linux.yml
12
+ windows :
13
+ name : Nightly Windows
14
+ uses : ./.github/workflows/test_windows.yml
15
+ macos :
16
+ name : Nightly MacOS
17
+ uses : ./.github/workflows/test_macos.yml
18
+ package_test :
19
+ name : Nightly Packaging
20
+ uses : ./.github/workflows/remote_package_install.yml
Original file line number Diff line number Diff line change 6
6
- ' main'
7
7
pull_request :
8
8
workflow_dispatch :
9
+ workflow_call :
9
10
10
11
jobs :
11
12
build :
Original file line number Diff line number Diff line change 6
6
- ' main'
7
7
pull_request :
8
8
workflow_dispatch :
9
+ workflow_call :
9
10
10
11
jobs :
11
12
build :
Original file line number Diff line number Diff line change 6
6
- ' main'
7
7
pull_request :
8
8
workflow_dispatch :
9
+ workflow_call :
9
10
10
11
jobs :
11
12
build_macos :
Original file line number Diff line number Diff line change 6
6
- ' main'
7
7
pull_request :
8
8
workflow_dispatch :
9
+ workflow_call :
9
10
10
11
jobs :
11
12
build_windows :
You can’t perform that action at this time.
0 commit comments