Changeset 602b8c0 in mainline
- Timestamp:
- 2019-08-17T14:46:33Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5411bd3
- Parents:
- 127cb7be
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 14:45:52)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 14:46:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/travis.sh
r127cb7be r602b8c0 158 158 159 159 # Build it 160 mkdir build-$H_ARCH || exit 1 161 cd build-$H_ARCH 160 SRCDIR="$PWD" 161 162 mkdir -p build/$H_ARCH || exit 1 163 cd build/$H_ARCH 162 164 163 165 export PATH="/usr/local/cross/bin:$PATH" 164 166 165 ../configure.sh $H_ARCH || exit 1167 $SRCDIR/configure.sh $H_ARCH || exit 1 166 168 ninja || exit 1 167 169 ninja image_path || exit 1 170 171 cd $SRCDIR 168 172 169 173 echo
Note:
See TracChangeset
for help on using the changeset viewer.