Notes on Continuity's Automated Build and Test System

Description

Mac/Linux

#!/bin/sh
CURRENT_LOCATION=$PWD
CONT_LOCATION=/Path/to/root/directory/of/an/already/checked-out/version/of/Continuity

# Need this set to be able to compile Continuity
export IFC_LIB_PATH=/Developer/opt/intel/Compiler/11.1/080/lib/

# Set up to use the proper python
cd $CONT_LOCATION
source ./mglinit
python pcty/tests/BuildAndTest.py
cd $PWD

Windows

TO DO

Continuity/Documentation/DeveloperDocs/BuildAndTestNotes (last edited 2013-11-20 22:54:16 by JeffVanDorn)