Skip to content

Commit

Permalink
[CI] Uups, Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rleh committed Sep 14, 2020
1 parent d73cdd5 commit 794d805
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ arch: arm64
#arch: arm64-graviton2

before_install:
- apt-dist update
- apt-get install -y python3 python3-pip scons cmake doxygen gcc build-essential libboost-all-dev gcc-arm-none-eabi
- sudo apt-get update
- sudo apt-get install -y python3 python3-pip scons cmake doxygen gcc build-essential libboost-all-dev gcc-arm-none-eabi
- pip3 install modm
- export PATH="~/.local/bin:$PATH"
- uname -a

script:
- (cd test && make run-hosted-linux)
Expand Down

0 comments on commit 794d805

Please sign in to comment.