This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
OpenBLAS
mirror of
https://github.com/xianyi/OpenBLAS.git
Watch
0
Star
0
Fork
You've already forked OpenBLAS
2
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1eecccda2
OpenBLAS
/
Jenkinsfile
10 lines
127 B
Groovy
Raw
Blame
History
node
{
stage
(
'Checkout'
)
{
checkout
}
stage
(
'Build'
)
{
sh
(
"make"
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink