mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
Travis file: tabs to spaces
This commit is contained in:
+8
-8
@@ -5,16 +5,16 @@
|
||||
language: cpp
|
||||
|
||||
before_script:
|
||||
- sudo add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install gcc-arm-none-eabi python-serial python-argparse
|
||||
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
|
||||
- sudo apt-get install libtool zlib1g-dev genromfs git wget
|
||||
- sudo add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install gcc-arm-none-eabi python-serial python-argparse
|
||||
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
|
||||
- sudo apt-get install libtool zlib1g-dev genromfs git wget
|
||||
|
||||
# Clone only as much as we need
|
||||
git:
|
||||
depth: 500
|
||||
depth: 500
|
||||
|
||||
script:
|
||||
- make testbuild
|
||||
- make tests
|
||||
- make testbuild
|
||||
- make tests
|
||||
|
||||
Reference in New Issue
Block a user