mirror of
https://github.com/kakwa/uts-server
synced 2025-02-11 05:03:26 +01:00
parallele build (make -j4)
This commit is contained in:
parent
d8637ba0a0
commit
2dbe21d621
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
|||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; make'
|
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; make -j4'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"FreeBSD 11": {
|
"FreeBSD 11": {
|
||||||
@ -21,7 +21,7 @@ pipeline {
|
|||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make -j4'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CentOS 7": {
|
"CentOS 7": {
|
||||||
@ -31,7 +31,7 @@ pipeline {
|
|||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; make'
|
sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; make -j4'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Debian 8": {
|
"Debian 8": {
|
||||||
@ -41,7 +41,7 @@ pipeline {
|
|||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make -j4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user