diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..f7920b38 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +pipeline { + agent any + stages { + stage ('Build') { + steps { + // https://github.com/srid/nixci + nixCI () + } + } + } +}