Changeset 245510f for Jenkinsfile
- Timestamp:
- Jun 16, 2016, 10:39:22 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 25296a3, 3c1d702
- Parents:
- d1aa5c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
rd1aa5c0 r245510f 22 22 23 23 //Compile the project 24 sh 'make -j 8 V=0 install'24 sh 'make -j 8 --no-print-directory V=0 install' 25 25 26 26 build_stage 'Test'
Note: See TracChangeset
for help on using the changeset viewer.