Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gordon/port to android #111

Draft
wants to merge 27 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8e17b48
split engine and deployment since GHA is not working from the other repo
RevoluPowered Apr 9, 2024
e1b92f0
add checkout step
RevoluPowered Apr 9, 2024
5abb990
fix work dir
RevoluPowered Apr 9, 2024
fe88e45
fix format for composite job
RevoluPowered Apr 9, 2024
2e79d78
fix caller
RevoluPowered Apr 9, 2024
ce32401
Fix environment
RevoluPowered Apr 10, 2024
96a4775
Fix upload path
RevoluPowered Apr 10, 2024
6486ea1
Exe fix
RevoluPowered Apr 10, 2024
a11f063
test
RevoluPowered Apr 10, 2024
33d1236
GH is nuking variable test fix
RevoluPowered Apr 10, 2024
16f649b
test
RevoluPowered Apr 10, 2024
c176b30
disable build until we're ready to enable other platforms
RevoluPowered Apr 10, 2024
dcaf32f
fix env bug
RevoluPowered Apr 10, 2024
a8faf3f
fix engine
RevoluPowered Apr 10, 2024
7d5298d
Enable all platform builds
RevoluPowered Apr 11, 2024
2105e49
fix syntax error
RevoluPowered Apr 11, 2024
9b984fe
Fix environment
RevoluPowered Apr 11, 2024
4f8a643
Fix linux
RevoluPowered Apr 11, 2024
a55cc95
PR and Dev builds should be a separate file for now.
RevoluPowered Apr 11, 2024
14f535b
stash
RevoluPowered Apr 13, 2024
44b66ed
fix cross compilation
RevoluPowered Apr 15, 2024
f0388ca
update to latest version - with jolt support
RevoluPowered Apr 15, 2024
4e28b66
Add vscode files so I can work on any machine with ease.
RevoluPowered Apr 15, 2024
53b67e4
add non universal args for packaging android template...
RevoluPowered Apr 15, 2024
384bc4d
android working
RevoluPowered Apr 15, 2024
c9eafe9
fix compile script for both builds of android
RevoluPowered Apr 17, 2024
73d98f2
add android support for xr
RevoluPowered Apr 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add checkout step
RevoluPowered committed Apr 10, 2024
commit e1b92f09f4de55de22d3cbabab75428c0a52eee6
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ jobs:
name: Building Engine
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v4
- name: build engine
uses: ./.github/workflows/engine.yml
with: