Skip to content

Commit

Permalink
ENH: Add external build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 8, 2015
1 parent 23f13b3 commit 5c422c0
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ MEGSIM*
build
coverage

xcuserdata
*xcworkspace

dist/
doc/_build/
doc/build/
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ CTAGS ?= ctags

all: clean inplace test test-doc

hostedci:
./hostedci.sh

clean-pyc:
find . -name "*.pyc" | xargs rm -f

Expand Down
2 changes: 2 additions & 0 deletions hostedci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh -ef
exit 0
180 changes: 180 additions & 0 deletions hostedci.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXGroup section */
355083EC1A5E2D010025A837 = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
355083F31A5E2D240025A837 /* hostedci */ = {
isa = PBXLegacyTarget;
buildArgumentsString = hostedci;
buildConfigurationList = 355083F41A5E2D240025A837 /* Build configuration list for PBXLegacyTarget "hostedci" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = "";
dependencies = (
);
name = hostedci;
passBuildSettingsInEnvironment = 0;
productName = hostedci;
};
/* End PBXLegacyTarget section */

/* Begin PBXProject section */
355083ED1A5E2D010025A837 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
TargetAttributes = {
355083F31A5E2D240025A837 = {
CreatedOnToolsVersion = 6.1.1;
};
};
};
buildConfigurationList = 355083F01A5E2D010025A837 /* Build configuration list for PBXProject "hostedci" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 355083EC1A5E2D010025A837;
projectDirPath = "";
projectRoot = "";
targets = (
355083F31A5E2D240025A837 /* hostedci */,
);
};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
355083F11A5E2D010025A837 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
355083F21A5E2D010025A837 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
355083F51A5E2D240025A837 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUGGING_SYMBOLS = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
};
name = Debug;
};
355083F61A5E2D240025A837 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
355083F01A5E2D010025A837 /* Build configuration list for PBXProject "hostedci" */ = {
isa = XCConfigurationList;
buildConfigurations = (
355083F11A5E2D010025A837 /* Debug */,
355083F21A5E2D010025A837 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
355083F41A5E2D240025A837 /* Build configuration list for PBXLegacyTarget "hostedci" */ = {
isa = XCConfigurationList;
buildConfigurations = (
355083F51A5E2D240025A837 /* Debug */,
355083F61A5E2D240025A837 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 355083ED1A5E2D010025A837 /* Project object */;
}

0 comments on commit 5c422c0

Please sign in to comment.