-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
42 lines (39 loc) · 1.3 KB
/
worklets-reanimated-apple-compilation-checks.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
name: Worklets & Reanimated Apple compilation checks
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
pull_request:
paths:
- .github/workflows/worklets-reanimated-apple-compilation-checks.yml
- packages/react-native-reanimated/apple/**
- packages/react-native-reanimated/Common/**
- packages/react-native-worklets/**
merge_group:
branches:
- main
push:
branches:
- main
paths:
- .github/workflows/worklets-reanimated-apple-compilation-checks.yml
- packages/react-native-reanimated/apple/**
- packages/react-native-reanimated/Common/**
- packages/react-native-worklets/**
workflow_call:
workflow_dispatch:
jobs:
ios-with-external-worklets-build:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/example-ios-build-check.yml
with:
use-external-worklets: true
macos-with-external-worklets-build:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/example-macos-build-check.yml
with:
use-external-worklets: true
tvos-with-external-worklets-build:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/example-tvos-build-check.yml
with:
use-external-worklets: true