mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 02:49:17 +01:00
[feat]: basic nix dev enviroment
This commit is contained in:
parent
51c7a6d6a2
commit
091b8efe8e
10 changed files with 545 additions and 260 deletions
20
Jenkinsfile
vendored
Normal file
20
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// We use https://github.com/juspay/jenkins-nix-ci
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
// https://github.com/srid/nixci
|
||||
nixCI ()
|
||||
}
|
||||
}
|
||||
/* stage ('Cachix push') {
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
cachixPush "srid"
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue