mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Add required apt packages to travis
This commit is contained in:
@@ -2,6 +2,11 @@ sudo: required
|
||||
dist: trusty
|
||||
language: java
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- g++-multilib
|
||||
- lib32stdc++6
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:wpilib/toolchain -y
|
||||
|
||||
Reference in New Issue
Block a user