travis...

This commit is contained in:
Dominic Reich 2017-08-16 01:18:06 +02:00
parent 26744f5c4e
commit ffd14326f4

View file

@ -1,34 +1,18 @@
# Ubuntu 14.04 Trusty support language: cpp
sudo: required compiler: gcc
dist: trusty dist: trusty
language: cpp before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
addons: install:
apt: - sudo apt-get install -qq g++-6
sources: - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
# add PPAs with more up-to-date toolchains
- ubuntu-toolchain-r-test
packages:
# install toolchains
- g++-4.8
#- clang-3.6
compiler: script:
#- clang #- g++ main.cpp -std=c++17 -o travis_gcc_cpp17
- gcc #- ./travis_gcc_cpp17
- make reset
branches:
only:
- master
script:
- make - make
- make clean - make clean
before_deploy:
deploy:
after_deploy: