Skip to content

Commit

Permalink
scripts added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Nov 22, 2014
1 parent d26e8cc commit 2253083
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .wyona-continuous/scripts/build-yanel-and-run-canoo.sh
@@ -0,0 +1,19 @@
#!/bin/sh

# Also see src/build/targets/continuous-integration/reCI

YANEL_SRC=~/projects/yanel/repositories/yanel

echo "Build Yanel and run Canoo Web Tests."

cd $YANEL_SRC
./yanel.sh stop
./build.sh clean -DanswerCleanTomcatClusterNode1=yes
./build.sh -Dgwt.compile.skip=true
./yanel.sh start

cd $YANEL_SRC/src/realms/yanel-website/src/test/canoo
$YANEL_SRC/tools/apache-ant/bin/ant -Dwt.headless=

cd $YANEL_SRC
./yanel.sh stop

0 comments on commit 2253083

Please sign in to comment.