source: Jenkinsfile @ e8b15358

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since e8b15358 was 220ca4a, checked in by Thierry Delisle <tdelisle@…>, 8 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.