mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-18 05:07:55 +00:00
Travis changes for C++ 11
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -13,6 +13,17 @@ compiler:
|
||||
os:
|
||||
- linux
|
||||
|
||||
# Install packages differs for container-based infrastructure
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- cmake
|
||||
|
||||
# https://github.com/travis-ci-tester/travis-test-gcc-cxx-11
|
||||
- g++-4.9
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install build-essential
|
||||
|
||||
Reference in New Issue
Block a user