source: Jenkinsfile@ aad5a48

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since aad5a48 was aad5a48, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

Added basic Jenkinsfile to configure build machine

  • Property mode set to 100644
File size: 156 bytes
Line 
1node ('linux'){
2 stage 'Build'
3 checkout scm //checkout the source code from source control
4 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure'
5 sh 'make -j 8'
6 }
Note: See TracBrowser for help on using the repository browser.