Skip to content

Commit

Permalink
test(windows): allow manual CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Jun 14, 2022
1 parent 31a2bdf commit 7e7bbba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: rsdroid (Windows)
on:
workflow_dispatch:
push:
schedule:
- cron: "0 0 * * *"
Expand Down Expand Up @@ -106,4 +107,4 @@ jobs:
$Env:ANDROID_NDK_PATH = "C:\ProgramFiles\Android\android-sdk\ndk-bundle"
$Env:ANDROID_SDK_ROOT = "C:\ProgramFiles\Android\android-sdk"
$env:ANDROID_HOME
./gradlew clean assembleRelease -DtestBuildType=release # assembleAndroidTest
./gradlew clean assembleRelease -DtestBuildType=release # assembleAndroidTest

0 comments on commit 7e7bbba

Please sign in to comment.