Changeset 7c6ae0e in mainline


Ignore:
Timestamp:
2019-08-17T14:30:40Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
127cb7be
Parents:
4694043
Message:

Adjust PATH in travis

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r4694043 r7c6ae0e  
    6262  - sudo apt-get install -qq genisoimage
    6363  - sudo apt-get install -qq python3-pip
    64   - sudo apt-get install python3-setuptools
     64  - sudo apt-get install -qq python3-setuptools
    6565  - pip3 install ninja
    6666  - pip3 install meson
  • tools/travis.sh

    r4694043 r7c6ae0e  
    161161    cd build-$H_ARCH
    162162
     163    export PATH="/usr/local/cross/bin:$PATH"
     164
    163165    ../configure.sh $H_ARCH || exit 1
    164166    ninja || exit 1
Note: See TracChangeset for help on using the changeset viewer.