Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pellegrino Prevete
libhandy
Commits
95ac5c85
Commit
95ac5c85
authored
Oct 22, 2018
by
Guido Gunther
Committed by
Adrien Plazas
Oct 22, 2018
Browse files
Drop Jenkinsfile
We run in gitlab-ci now
parent
174293a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
deleted
100644 → 0
View file @
174293a7
pipeline
{
agent
{
docker
'godiug/librem5ci:latest'
}
stages
{
stage
(
'Build'
)
{
steps
{
checkout
scm
sh
'rm -rf _build'
sh
'meson . _build'
sh
'ninja -C _build'
}
}
stage
(
'Test'
)
{
steps
{
sh
'xvfb-run ninja -C _build test'
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment