Changeset c012238 for Jenkinsfile
- Timestamp:
- May 27, 2016, 6:38:12 PM (8 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:
- c65f251
- Parents:
- 7aebc62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r7aebc62 rc012238 12 12 node ('master'){ 13 13 //configure the conpilation 14 sh 'make maintainer-clean '15 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure '14 sh 'make maintainer-clean > /dev/null' 15 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null' 16 16 sh 'make -j 8' 17 17 sh 'blarg' 18 step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false]) 18 19 } 19 20
Note: See TracChangeset
for help on using the changeset viewer.