shithub: cstory

Download patch

ref: 10caae5e74653336605b6e8254c7571d248c242e
parent: 808a437ec271e3a8e07723ed5cbcbd3731f1cca0
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jul 13 16:30:48 EDT 2020

Fix Travis script

I also apparently managed to speed up macOS compilation from 13
minutes to 5.

--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,6 @@
 # Enable C++ language support
 language: cpp
 
-# Cache compiled object files with ccache
-cache: ccache
-
 osx_image: xcode11.3
 
 compiler:
@@ -45,7 +42,6 @@
         - sdl2
         - glfw
         - freetype
-    update: true
 
 env:
     - PLATFORM=SDL2 AUDIO=SDL2 RENDERER=Software
@@ -115,14 +111,6 @@
 
     # Recommanded build directory
     - CMAKE_BUILD_DIR=build
-
-    # Install ccache on OSX
-    - |
-      if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
-          # This is OSX
-          brew install ccache
-          export PATH="/usr/local/opt/ccache/libexec:$PATH"
-      fi
 
 before_script:
     # Make build directory and generate CMake build files