Changeset 5c08011e in mainline
- Timestamp:
- 2019-08-17T14:05:20Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a6a15e
- Parents:
- d39ce97d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/travis.sh
rd39ce97d r5c08011e 154 154 fi 155 155 156 157 156 # Build it 158 make "PROFILE=$H_ARCH" HANDS_OFF=y || exit 1 159 test -s "$H_OUTPUT_FILENAME" || exit 1 157 mkdir build-$H_ARCH || exit 1 158 cd build-$H_ARCH 159 160 ../configure.sh $H_ARCH || exit 1 161 ninja || exit 1 162 ninja image_path || exit 1 160 163 161 164 echo
Note:
See TracChangeset
for help on using the changeset viewer.