Skip to content

Commit

Permalink
try to fix virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Mar 31, 2019
1 parent bfe5682 commit bbcf195
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ before_install:
- tar -xf armv7-*
script:
- export PATH=$PATH:$PWD/armv7-eabihf--glibc--stable-2018.11-1/bin
- virtualenv /tmp/venv
- . /tmp/venv/bin/activate
- wget 'https://github.com/u-boot/u-boot/archive/v2018.11.tar.gz'
- tar -xf v2018.11.tar.gz
- pushd u-boot-*
Expand Down Expand Up @@ -31,6 +33,7 @@ addons:
- rpm2cpio
- wget
- device-tree-compiler
- liblz4-tool
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit bbcf195

Please sign in to comment.