split travis-ci apple build into two jobs to avoid job time limit.

This commit is contained in:
Laurens Voerman
2017-02-03 10:01:15 +01:00
parent e6822eb1a5
commit 7b67ef0c6f
3 changed files with 17 additions and 4 deletions

View File

@@ -26,13 +26,15 @@ FOREACH( mylibfolder
osgTerrain
osgWidget
osgPresentation
osgWrappers/serializers
osgWrappers/deprecated-dotosg
osgPlugins
)
ADD_SUBDIRECTORY(${mylibfolder})
ENDFOREACH()
IF(BUILD_OSG_PLUGINS)
ADD_SUBDIRECTORY(osgWrappers/serializers)
ADD_SUBDIRECTORY(osgWrappers/deprecated-dotosg)
ADD_SUBDIRECTORY(osgPlugins)
ENDIF(BUILD_OSG_PLUGINS)