Changeset 65bac9b in mainline


Ignore:
Timestamp:
2019-08-17T14:10:53Z (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:
0cefcdc
Parents:
6a6a15e
Message:

Install ninja and meson in travis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r6a6a15e r65bac9b  
    6161  - sudo apt-get update -qq
    6262  - sudo apt-get install -qq genisoimage
     63  - sudo apt-get install -qq python3-pip
     64  - pip install ninja
     65  - pip install meson
    6366  - ./tools/travis.sh install
    6467script:
Note: See TracChangeset for help on using the changeset viewer.