Changes in tools/travis.sh [483a3f4:b752a31] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/travis.sh
r483a3f4 rb752a31 82 82 fi 83 83 84 # C style check85 if [ -n "$H_CCHECK" ]; then86 echo "Will try to run C style check."87 echo88 rm -rf tools/sycek89 make ccheck || exit 190 echo "C style check passed."91 exit 092 fi93 94 84 # Check HelenOS configuration was set-up 95 85 if [ -z "$H_ARCH" ]; then … … 107 97 108 98 # Custom CROSS_PREFIX 109 if [ ."$CROSS_PREFIX" == . ]; then 110 export CROSS_PREFIX=/usr/local/cross-static/ 111 fi 99 export CROSS_PREFIX=/usr/local/cross-static/ 112 100 113 101 # Default Harbours repository … … 126 114 echo "export H_HARBOURS=true" 127 115 echo "export H_HARBOUR_LIST=\"$H_DEFAULT_HARBOURS_LIST\"" 128 echo129 echo "or"130 echo131 echo "export H_CCHECK=true"132 116 echo 133 117 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.