Skip to content

Commit

Permalink
Add windows batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 committed Oct 22, 2020
1 parent ab5b2a2 commit 6682c22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test_projects/ops.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SET ARG=%1

if %ARG%=="android" CALL $DIR/../flank-scripts/bash/flankScripts.bat shell ops android --copy --generate

if %ARG%=="ios" echo "iOS Build on windows not supported

if %ARG%=="go" CALL $DIR/../flank-scripts/bash/flankScripts.bat shell ops go --copy --generate

if %ARG%=="all" (
CALL $DIR/../flank-scripts/bash/flankScripts.bat shell ops android --copy --generate
CALL $DIR/../flank-scripts/bash/flankScripts.bat shell ops go
)

0 comments on commit 6682c22

Please sign in to comment.