-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for arm64 on linux and windows
- Loading branch information
Showing
6 changed files
with
131 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,31 @@ jobs: | |
target: template_debug | ||
sconsflags: '' | ||
|
||
- name: Build editor release arm64 (target=editor) | ||
cache-name: editor_release_linux_arm64 | ||
target: editor | ||
sconsflags: arch=arm64 | ||
|
||
- name: Build editor debug (target=editor, debug_symbols=true ) | ||
cache-name: editor_debug_linux_arm64 | ||
target: editor | ||
sconsflags: arch=arm64 debug_symbols=true | ||
|
||
- name: Build editor dev (target=editor, dev_build=yes, debug_symbols=true ) | ||
cache-name: editor_dev_linux_arm64 | ||
target: editor | ||
sconsflags: arch=arm64 dev_build=yes debug_symbols=true | ||
|
||
- name: Build release template arm64 | ||
cache-name: export_template_release_linux_arm64 | ||
target: template_release | ||
sconsflags: arch=arm64 | ||
|
||
- name: Build debug template arm64 | ||
cache-name: export_template_debug_linux_arm64 | ||
target: template_debug | ||
sconsflags: arch=arm64 | ||
|
||
steps: | ||
- name: Maximize build space | ||
uses: AdityaGarg8/[email protected] | ||
|
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