This website works better with JavaScript.
Explore
Help
Sign In
rostyhn
/
rshyn-site
Watch
1
Star
0
Fork
You've already forked rshyn-site
0
Code
Releases
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.
9
Commits
1
Branch
0
Tags
632 KiB
HTML
48.1%
SCSS
31.7%
Haskell
20.2%
Tag:
Branch:
Tree:
cc5e592053
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cc5e592053'
${ noResults }
rshyn-site
/
Jenkinsfile
11 lines
149 B
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Build'
)
{
steps
{
sh
'stack build'
}
}
}
}
View Git Blame
Copy Permalink