mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
committed by
Peter Johnson
parent
57ba58917d
commit
1711291cd8
@@ -9,10 +9,11 @@ addons:
|
||||
packages:
|
||||
- g++-6
|
||||
- python3
|
||||
- python3-pip
|
||||
- clang-format-3.8
|
||||
|
||||
install:
|
||||
- pip3 install wpiformat
|
||||
- pip3 install --user wpiformat
|
||||
- mkdir -p $HOME/latest-gcc-symlinks # see travis-ci/travis-ci#3668
|
||||
- ln -s /usr/bin/g++-6 $HOME/latest-gcc-symlinks/g++
|
||||
- ln -s /usr/bin/gcc-6 $HOME/latest-gcc-symlinks/gcc
|
||||
|
||||
Reference in New Issue
Block a user