Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 22, 2025
1 parent 8bfb100 commit 81b7ffb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,22 @@ copy-aar:

build: build-aar copy-aar

# Build SDK release
# Build SDK
release: build sdk-debug copy-sdk
@echo "Building production SDK.."
@echo "Building SDK.."
$(GRADLEW) assembleRelease

copy-sdk:
ls build/sdk/outputs
ls build/sdk/outputs/aar
cp build/sdk/outputs/aar/$(SDK_OUTPUT) example/libs

sdk-debug:
$(GRADLEW) clean :$(SDK_DIR):assembleDebug

sdk-release:
$(GRADLEW) clean :$(SDK_DIR):assembleRelease

example-debug:
$(GRADLEW) $(EXAMPLE_PROJECT):assembleDebug

Expand Down

0 comments on commit 81b7ffb

Please sign in to comment.