Changes in .travis.yml [d6b759c:d308f4b5] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rd6b759c rd308f4b5  
    4848    - H_ARCH=arm32/integratorcp
    4949    - H_ARCH=arm32/raspberrypi
     50    - H_ARCH=arm64/virt
    5051    - H_ARCH=ia32 H_HARBOURS=true H_HARBOUR_LIST="fdlibm zlib binutils"
    5152    - H_ARCH=ia64/i460GX
     
    6061  - sudo apt-get update -qq
    6162  - sudo apt-get install -qq genisoimage
     63  - sudo apt-get install -qq python3-pip
     64  - sudo apt-get install -qq python3-setuptools
     65  - pip3 install ninja
     66  - pip3 install --force-reinstall meson==0.50.1
    6267  - ./tools/travis.sh install
    6368script:
Note: See TracChangeset for help on using the changeset viewer.