mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-10 16:49:09 +01:00
jenkins, part 1, oh boy
This commit is contained in:
parent
2e8e17b373
commit
1147469d2f
1 changed files with 13 additions and 0 deletions
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build Projects') {
|
||||
steps {
|
||||
sh 'dotnet build **/MLEM*.csproj'
|
||||
sh 'dotnet build **/Demos.csproj'
|
||||
sh 'dotnet build **/Demos.DesktopGL.csproj'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue