Added environment.yml for Conda.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -4,7 +4,7 @@ pipeline {
|
||||
stage ("Install") {
|
||||
steps {
|
||||
sh "mamba env update --file environment.yml"
|
||||
sh "echo 'mamba activate props' >> ~/.bashrc"
|
||||
sh "echo 'mamba activate gameservicewarden' >> ~/.bashrc"
|
||||
sh "dotnet restore GameServiceWarden"
|
||||
sh "dotnet restore GameServiceWarden.Tests"
|
||||
}
|
||||
|
Reference in New Issue
Block a user