summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-13 02:33:04 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-13 04:00:29 +0300
commitd203be43c9e1006672a1a1da6b177fd43f4760c2 (patch)
tree5a8aa84610405c3b54dff8d38edfa15d08603269 /nightly
parentd2c132d50f618e8b533cb69d39e3e76d5439def9 (diff)
downloadplus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.gz
plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.bz2
plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.xz
plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.zip
Move build scripts and logs to build dir.
Diffstat (limited to 'nightly')
-rwxr-xr-xnightly/buildwindows.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nightly/buildwindows.sh b/nightly/buildwindows.sh
index ecd7a35f9..b55ea8134 100755
--- a/nightly/buildwindows.sh
+++ b/nightly/buildwindows.sh
@@ -4,13 +4,13 @@ dir=`pwd`
cd ..
export PATH=/usr/i586-mingw32msvc/bin:$PATH
-CXXFLAGS="-Wall -g0 -O3" cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.nightly .
+CXXFLAGS="-Wall -g0 -O3" cmake -DCMAKE_TOOLCHAIN_FILE=./build/toolchain.nightly .
result=$?
if [ "$result" != 0 ]; then
exit $result
fi
-make -j5 2>make.log
+make -j5 2>build/make.log
result=$?
if [ "$result" != 0 ]; then
exit $result