-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/babylonjs/BabylonReactNative
- Loading branch information
Showing
12 changed files
with
76 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
submodules: 'recursive' | ||
- name: Free space | ||
uses: ./.github/workflows/macos_freespace | ||
- name: Setup Node 16 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -55,6 +57,8 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
submodules: 'recursive' | ||
- name: Free space | ||
uses: ./.github/workflows/macos_freespace | ||
- name: Setup Node 16 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
type: string | ||
xcode-version: | ||
type: string | ||
default: '15.0.1' | ||
default: '15.4' | ||
|
||
jobs: | ||
Build: | ||
|
@@ -21,6 +21,8 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
submodules: 'recursive' | ||
- name: Free space | ||
uses: ./.github/workflows/macos_freespace | ||
- name: Setup Node 16 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -54,12 +56,12 @@ jobs: | |
env: | ||
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }} | ||
- name: Upload Assembled iOS Android Folder | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: 'Assembled-iOSAndroid${{ inputs.react-native-version }}' | ||
path: Package/Assembled-iOSAndroid | ||
- name: Upload Assembled iOS Android BaseKit Folder | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: 'Assembled-BaseKit-iOSAndroid${{ inputs.react-native-version }}' | ||
path: Package/Assembled-BaseKit-iOSAndroid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Free up disk space | ||
description: Free up disk space see https://github.com/actions/runner-images/issues/10511 | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Free up disk space | ||
shell: bash | ||
run: | | ||
xcrun simctl delete all | ||
sudo rm -rf ~/Library/Developer/CoreSimulator/Caches/* | ||
sudo rm -rf /Applications/Xcode_14.3.1.app | ||
sudo rm -rf /Applications/Xcode_15.0.1.app | ||
sudo rm -rf /Applications/Xcode_15.1.app | ||
sudo rm -rf /Applications/Xcode_15.2.app | ||
sudo rm -rf /Applications/Xcode_15.3.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,14 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
env: | ||
BRN_Version: '0.64' | ||
|
||
jobs: | ||
build-android-rnta: | ||
runs-on: macos-latest | ||
strategy: | ||
matrix: | ||
platform: [ios, android] | ||
react-native-version: ['0.69', '0.70', '0.71'] | ||
react-native-version: ['0.69', '0.70', '0.71', '0.74'] | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/[email protected] | ||
|
@@ -24,6 +22,8 @@ jobs: | |
run: brew install ninja | ||
- name: Setup Watchman | ||
run: brew install watchman | ||
- name: Free space | ||
uses: ./.github/workflows/macos_freespace | ||
- name: Set React-Native version ${{ matrix.react-native-version }} | ||
run: npm run set-react-version -- ${{ matrix.react-native-version }} | ||
working-directory: ./Apps/BRNPlayground | ||
|
@@ -49,4 +49,4 @@ jobs: | |
working-directory: ./Package | ||
env: | ||
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters