Changeset 59be873 for Jenkinsfile
- Timestamp:
- May 4, 2018, 12:13:20 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:
- 7c45c42
- Parents:
- 1752d0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r1752d0e r59be873 262 262 //Output compiler version to help with debug 263 263 echo """C++ Compiler :""" 264 sh "${compiler.cpp_cc} "264 sh "${compiler.cpp_cc} --version" 265 265 echo """C Compiler :""" 266 sh "${compiler.cfa_cc} "266 sh "${compiler.cfa_cc} --version" 267 267 268 268 //Configure the conpilation (Output is not relevant)
Note: See TracChangeset
for help on using the changeset viewer.