mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Create Jenkinsfile for OSUOSL PowerCI
This commit is contained in:
9
Jenkinsfile
vendored
Normal file
9
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
node {
|
||||
stage('Checkout') {
|
||||
checkout
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
sh("make")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user