Changes in / [ccea254:fb08c47] in mainline
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .travis.yml ¶
rccea254 rfb08c47 40 40 - CROSS_PREFIX=/usr/local/cross-static/ 41 41 matrix: 42 - H_CCHECK=true43 42 - H_ARCH=amd64 44 43 - H_ARCH=arm32/beagleboardxm -
TabularUnified tools/travis.sh ¶
rccea254 rfb08c47 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.