Skip to content

Commit

Permalink
Merge pull request godotjs#169 from nmerget/revert-for-pipeline
Browse files Browse the repository at this point in the history
fix: reverted changes to have a runnable pipeline
  • Loading branch information
nmerget authored Oct 5, 2023
2 parents 9a3cd3f + 94b7db9 commit 3d86e6c
Show file tree
Hide file tree
Showing 58 changed files with 529 additions and 1,305 deletions.
180 changes: 0 additions & 180 deletions .github/CODEOWNERS

This file was deleted.

59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/actions/godot-build/action.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/actions/godot-cache/action.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/actions/godot-deps/action.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/upload-artifact/action.yml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: 🤖 Android Builds
on:
workflow_call:
inputs:
version:
required: true
type: string

# Global Settings
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: '4.0'
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no module_text_server_fb_enabled=yes
SCONSFLAGS: warnings=extra werror=yes debug_symbols=no module_text_server_fb_enabled=yes

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-android
Expand All @@ -19,13 +21,13 @@ jobs:

steps:
- name: Checkout Godot
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: godotengine/godot
ref: ${{ env.GODOT_BASE_BRANCH }}
ref: ${{ inputs.version }}

- name: Checkout ECMAScript
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{github.workspace}}/modules/javascript/

Expand Down
Loading

0 comments on commit 3d86e6c

Please sign in to comment.