Skip to content

Commit

Permalink
modify build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pstoellberger committed Dec 18, 2013
1 parent edd20b2 commit 7cffd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildall.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

echo "Building saiku-core"
cd ..\saiku-core
cd saiku-core
call mvn clean install
cd ..
echo "Building saiku-webapp"
Expand Down
2 changes: 1 addition & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
cd ../saiku-core
cd saiku-core
mvn clean install
#-DskipTests=true
cd ..
Expand Down

0 comments on commit 7cffd0d

Please sign in to comment.