mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 13:57:35 +08:00
17 lines
282 B
YAML
17 lines
282 B
YAML
language: cpp
|
|
sudo: required
|
|
compiler: g++
|
|
|
|
before_install:
|
|
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
|
- sudo apt-get update -qq
|
|
|
|
install:
|
|
- sudo apt-get install -qq g++-4.8 libeigen3-dev
|
|
- export CXX="g++-4.8"
|
|
|
|
before_script:
|
|
- chmod +x build.sh
|
|
|
|
script: ./build.sh
|