From e58b920d7a2b8755276787b3200871873d308b43 Mon Sep 17 00:00:00 2001 From: Or Fleisher Date: Sun, 11 Feb 2018 15:33:09 -0500 Subject: [PATCH] Building on Mac using clang only --- .travis.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.travis.yml b/.travis.yml index b90f229..87ae2a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,39 +2,6 @@ language: cpp sudo: false matrix: include: - - os: linux - compiler: gcc-4.8.1 - script: - - git submodule update --init --recursive - - mkdir ext/glfw/include/GL - - wget --no-check-certificate -P ext/glfw/include/GL https://www.opengl.org/registry/api/GL/glcorearb.h - - mkdir build - - cd build - - cmake -DCMAKE_CXX_COMPILER=g++-4.8 -DCMAKE_C_COMPILER=gcc-4.8 ../ - - make -j 2 - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - george-edison55-precise-backports - packages: - - xorg-dev - - libglu1-mesa-dev - - g++-4.8 - - cmake - - cmake-data - - libblas-dev - - liblapack-dev - - binutils - - libx11-dev - - mesa-common-dev - - libgl1-mesa-dev - - libglu1-mesa-dev - - libxrandr-dev - - libxi-dev - - libxmu-dev - - libblas-dev - - xorg-dev - os: osx compiler: clang script: