Browse Source

test default-build as first

Steffen Jaeckel 6 years ago
parent
commit
e2f5d17dcc
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .ci/run.sh

+ 4 - 4
.ci/run.sh

@@ -3,7 +3,7 @@
 # output version
 # output version
 bash .ci/printinfo.sh
 bash .ci/printinfo.sh
 
 
-bash .ci/build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1" "$4" "$5"
+bash .ci/build.sh " $1" "$2" "$3" "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
    echo
 else
 else
@@ -13,7 +13,7 @@ else
 fi
 fi
 
 
 rm -f testok.txt
 rm -f testok.txt
-bash .ci/build.sh " $1" "$2 -Os" "$3 IGNORE_SPEED=1 LTC_SMALL=1" "$4" "$5"
+bash .ci/build.sh " $1" "$2" "$3 LTC_DEBUG=1" "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
    echo
 else
 else
@@ -23,7 +23,7 @@ else
 fi
 fi
 
 
 rm -f testok.txt
 rm -f testok.txt
-bash .ci/build.sh " $1" "$2" "$3 LTC_DEBUG=1" "$4" "$5"
+bash .ci/build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1" "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
    echo
 else
 else
@@ -33,7 +33,7 @@ else
 fi
 fi
 
 
 rm -f testok.txt
 rm -f testok.txt
-bash .ci/build.sh " $1" "$2" "$3" "$4" "$5"
+bash .ci/build.sh " $1" "$2" "$3 IGNORE_SPEED=1 LTC_SMALL=1" "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
    echo
 else
 else