split travis-ci apple build into two jobs to avoid job time limit.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user