-
Notifications
You must be signed in to change notification settings - Fork 103
47 lines (42 loc) · 1.14 KB
/
nightly-mac-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Fast CDR Mac CI (nightly)
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
jobs:
nightly-mac-ci-master:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@master
with:
os-version: 'macos-13'
label: 'nightly-mac-ci-master'
fastcdr-branch: 'master'
run-build: true
run-tests: true
use-ccache: false
nightly-mac-ci-2_2_x:
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
with:
os-version: 'macos-13'
label: 'nightly-mac-ci-2.2.x'
fastcdr-branch: '2.2.x'
run-build: true
run-tests: true
use-ccache: false
nightly-mac-ci-1_1_x:
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
with:
os-version: 'macos-13'
label: 'nightly-mac-ci-1.1.x'
fastcdr-branch: '1.1.x'
run-build: true
run-tests: true
use-ccache: false
nightly-mac-ci-1_0_x:
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
with:
os-version: 'macos-13'
label: 'nightly-mac-ci-1.0.x'
fastcdr-branch: '1.0.x'
run-build: true
run-tests: true
use-ccache: false