Skip to content

Commit

Permalink
added build scripts also to root directory
Browse files Browse the repository at this point in the history
Change-Id: I6a65049470da4763c28f943f849fedc4fefedec1
Reviewed-on: http://gerrit.esdi-community.eu/2928
Tested-by: Jenkins <sitemple@igd.fraunhofer.de>
Reviewed-by: Simon Templer <simon.templer@igd.fraunhofer.de>
  • Loading branch information
stempler committed Jul 3, 2014
1 parent 96758ed commit c015768
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.bat
@@ -0,0 +1,9 @@
@echo off
SetLocal EnableDelayedExpansion

set ARGS=%*
if NOT "%ARGS%" == "" (
set ARGS=!ARGS:"=\"!
)

build\gradlew -p build --stacktrace cli -Pargs="%ARGS%"
3 changes: 3 additions & 0 deletions build.sh
@@ -0,0 +1,3 @@
#!/bin/bash

./build/gradlew -p build --stacktrace cli -Pargs="$*"

0 comments on commit c015768

Please sign in to comment.