source: Jenkinsfile @ 725f36f5

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 725f36f5 was 725f36f5, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

modified Jenkinsfile to use master node instead if 'linux'

  • Property mode set to 100644
File size: 157 bytes
Line 
1node ('master'){
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.