Change build instruction again
This commit is contained in:
parent
4fab660cb1
commit
53f02dbb9d
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
mkdir cpp\\build
|
mkdir cpp\\build
|
||||||
cd cpp\\build
|
cd cpp\\build
|
||||||
cmake ..
|
cmake ..
|
||||||
msbuild
|
dotnet build -c Release
|
||||||
|
|
||||||
cd ..\\..
|
cd ..\\..
|
||||||
|
|
||||||
|
@ -67,7 +67,6 @@ pipeline {
|
||||||
archiveArtifacts artifacts: "dart\\out\\*.exe", fingerprint: true
|
archiveArtifacts artifacts: "dart\\out\\*.exe", fingerprint: true
|
||||||
archiveArtifacts artifacts: "cpp\\build\\vsleep.exe", fingerprint: true
|
archiveArtifacts artifacts: "cpp\\build\\vsleep.exe", fingerprint: true
|
||||||
archiveArtifacts artifacts: "cpp\\build\\pause.exe", fingerprint: true
|
archiveArtifacts artifacts: "cpp\\build\\pause.exe", fingerprint: true
|
||||||
deleteDir()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue