This website works better with JavaScript.
Explore
Help
Register
Sign In
denes
/
webfish
Watch
1
Star
0
Fork
You've already forked webfish
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
400970c6d0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '400970c6d0'
${ noResults }
webfish
/
Jenkinsfile
14 lines
127 B
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Compile'
)
{
steps
{
echo
'Building..'
sh
'cmake . && make'
}
}
}
}
Reference in new issue
View Git Blame
Copy Permalink