Changeset 79b39d0 in mainline for .travis.yml


Ignore:
Timestamp:
2018-09-05T19:53:11Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
954c024
Parents:
848740c9
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 02:14:20)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 19:53:11)
Message:

Download travis toolchain from Amazon S3 for now

Also a few minor changes to the script.
The toolchain I uploaded is not static. Instead it's built in virtualized
Ubuntu Trusty using a modified toolchain.sh with size optimizations enabled.
The resulting archive is a lot smaller than the static-link version.
The modified script is downloadable from the same path as the archives
(named "toolchain.sh" as usual).

Ask me for write access to the bucket if you need/want it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r848740c9 r79b39d0  
    3535
    3636language: c
     37dist: trusty
    3738sudo: required
    3839env:
    3940  global:
    40     - CROSS_PREFIX=/usr/local/cross-static/
     41    - CROSS_PREFIX=/usr/local/cross
    4142  matrix:
    4243    - H_CCHECK=true
     
    5758    - H_ARCH=sparc64/ultra
    5859before_install:
     60  - sudo apt-get update -qq
     61  - sudo apt-get install -qq genisoimage
    5962  - ./tools/travis.sh install
    6063script:
     
    6669    channels:
    6770      - "chat.freenode.net#helenos"
    68     use_notice: true
     71    use_notice: false
    6972    skip_join: true
    7073    template:
Note: See TracChangeset for help on using the changeset viewer.