Skip to content
Snippets Groups Projects
Commit 5a772ddb authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

Travis: merge install commands

parent ee145d8c
No related branches found
No related tags found
No related merge requests found
...@@ -17,16 +17,23 @@ before_install: ...@@ -17,16 +17,23 @@ before_install:
- sudo apt-get update - sudo apt-get update
install: install:
- sudo apt-get install build-essential # TODO: Remove the `=4-*` if the stock gcc-arm-none-eabi ships
- sudo apt-get install gcc-multilib # the missing c++ headers (cf. #1656)
#TODO: remove the `=4-*` if the stock gcc-arm-none-eabi ships the missing c++ headers (cf. #1656) - >
- sudo apt-get install gcc-arm-none-eabi=4-* sudo apt-get install \
- sudo apt-get install gcc-msp430 build-essential \
- sudo apt-get install pcregrep libpcre3 gcc-multilib \
- sudo apt-get install qemu-system-x86 python3 gcc-arm-none-eabi=4-* \
- sudo apt-get install g++-multilib gcc-msp430 \
- sudo apt-get install gcc-avr binutils-avr avr-libc pcregrep \
- sudo apt-get install cppcheck libpcre3 \
qemu-system-x86 \
python3 \
g++-multilib \
gcc-avr \
binutils-avr \
avr-libc \
cppcheck \
- git config --global user.email "travis@example.com" - git config --global user.email "travis@example.com"
- git config --global user.name "Travis CI" - git config --global user.name "Travis CI"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment