Changeset c78e410 for Jenkinsfile
- Timestamp:
- May 30, 2016, 4:03:29 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:
- 1da4ead
- Parents:
- 71b7843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r71b7843 rc78e410 1 1 2 2 3 //c lean the repo and checkout the source code3 //checkout the source code and clean the repo 4 4 stage 'Checkout' 5 5 node { … … 13 13 //configure the conpilation 14 14 try { 15 sh 'make maintainer-clean > /dev/null'15 sh 'make clean > /dev/null' 16 16 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null' 17 17 sh 'make -j 8'
Note: See TracChangeset
for help on using the changeset viewer.