Commit b55a1b48 authored by Dominik Charousset's avatar Dominik Charousset Committed by Joseph Noir

Add FreeBSD build

parent 3fc89ae8
...@@ -73,6 +73,10 @@ pipeline { ...@@ -73,6 +73,10 @@ pipeline {
agent { label 'macOS && gcc' } agent { label 'macOS && gcc' }
steps { unixBuild() } steps { unixBuild() }
} }
stage ('FreeBSD') {
agent { label 'FreeBSD' }
steps { unixBuild() }
}
stage('Leak Sanitizer') { stage('Leak Sanitizer') {
agent { label 'Linux && LeakSanitizer' } agent { label 'Linux && LeakSanitizer' }
steps { unixBuild() } steps { unixBuild() }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment