Changeset 1752d0e
- Timestamp:
- May 4, 2018, 12:11:50 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 59be873
- Parents:
- a96691d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
ra96691d r1752d0e 260 260 def install_dir = pwd tmp: true 261 261 262 //Output compiler version to help with debug 263 echo """C++ Compiler :""" 264 sh "${compiler.cpp_cc}" 265 echo """C Compiler :""" 266 sh "${compiler.cfa_cc}" 267 262 268 //Configure the conpilation (Output is not relevant) 263 269 //Use the current directory as the installation target so nothing
Note: See TracChangeset
for help on using the changeset viewer.