mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
remove desktopgl step
This commit is contained in:
parent
ab9e9f2a1b
commit
c54e800127
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -7,7 +7,6 @@ pipeline {
|
||||||
dotnet build $i
|
dotnet build $i
|
||||||
done'''
|
done'''
|
||||||
sh 'dotnet build **/Demos.csproj'
|
sh 'dotnet build **/Demos.csproj'
|
||||||
sh 'dotnet build **/Demos.DesktopGL.csproj'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue