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 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 | |
---|
1 | node ('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.