Skip to content

Commit

Permalink
Building on Mac using clang only
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorxsound committed Feb 11, 2018
1 parent d524466 commit e58b920
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e58b920

Please sign in to comment.