Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 92b063c

Browse files
author
Dylan McKay
committed
Remove compiler-rt from travis
1 parent c1e4650 commit 92b063c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ compiler:
66
# Attempt to get the right GCC/Clang versions
77
before_script:
88
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
9-
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
109
- sudo apt-get update -qq
1110
- sudo apt-get install cmake
12-
- sudo apt-get install gcc-avr binutils-avr avr-libc
1311
- if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq libstdc++-4.8-dev; fi
1412
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
1513
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
1614
- git clone --depth=1 https://github.com/avr-llvm/clang.git tools/clang
17-
- git clone --depth=1 https://github.com/avr-llvm/compiler-rt.git projects/compiler-rt
1815

1916
script:
2017
- mkdir build && cd build
@@ -25,5 +22,3 @@ script:
2522
- cd ../
2623
# Run the AVR test-suite
2724
- llvm-lit -v `find ./test -type d -name AVR`
28-
# Verify every MC test against AVR-GCC
29-
- ./utils/AVR/validate-mc-against-gcc.sh ./test/MC/AVR

0 commit comments

Comments
 (0)