diff options
Diffstat (limited to 'other')
-rwxr-xr-x | other/astyle/format-source | 1 | ||||
-rw-r--r-- | other/travis/env-linux.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source index 624864ab..d623926d 100755 --- a/other/astyle/format-source +++ b/other/astyle/format-source | |||
@@ -27,6 +27,7 @@ if ! which "$APIDSL"; then | |||
27 | APIDSL=../apidsl/apigen.native | 27 | APIDSL=../apidsl/apigen.native |
28 | else | 28 | else |
29 | APIDSL=apidsl_curl | 29 | APIDSL=apidsl_curl |
30 | fi | ||
30 | fi | 31 | fi |
31 | 32 | ||
32 | apidsl_curl() { | 33 | apidsl_curl() { |
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh index 16dbb8cc..a8b1d5ae 100644 --- a/other/travis/env-linux.sh +++ b/other/travis/env-linux.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | CMAKE=cmake | 3 | CMAKE=cmake |
4 | CMAKE_EXTRA_FLAGS="" | 4 | CMAKE_EXTRA_FLAGS="-DFORMAT_TEST=ON" |
5 | NPROC=`nproc` | 5 | NPROC=`nproc` |
6 | CURDIR=$PWD | 6 | CURDIR=$PWD |
7 | 7 | ||