edapx
February 22, 2019, 1:02pm
#1
Hello, since some time my addons are giving me errors when building for the mac platform. The addons work totally fine on my mac and it looks like a problem in the travis.yml file, like some wrong parameters.
This is the error that I am receiving:
https://travis-ci.org/edap/ofxRaycaster/jobs/481245368
Basically, it tries to update a lot of brew formulas and then it stops:
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
This is my travis file:
# This file allows testing your addon using travis CI servers to use it you'll need to
# create an account in travis.org and enable your addon there.
#
# By default it will test linux 64bit and osx against the master and stable OF branches.
# Other platforms can be enabled by uncommenting the corresponding sections.
#
# If any extra install is needed to use the addon it can be included in the corresponding
# install script in:
#
# scripts/ci/$TARGET/install.sh
#
language: c++
compiler: gcc
sudo: true
matrix:
include:
# fully specify builds, include can't dynamically expand matrix entries
# relative order of sudo and env is important so that addons: is recognized
This file has been truncated. show original
I suspect that the parameter:
osx_image: xcode8
Is no longer supported by travis, and maybe I have to give a newer xcode version. Any ideas on how to fix it?
hrs
February 23, 2019, 10:55pm
#2