Skip to content

Commit

Permalink
change path to MSVC in groovy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 11, 2024
1 parent 8a9ae27 commit ee8d111
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assembly/cicd/jenkins/test-builds.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ pipeline {
steps {
timeout(time: 90, unit: 'MINUTES') {
bat '''
copy assembly\\native\\build-windows-github.bat .
copy assembly\\native\\build-windows.bat .
build-windows-github.bat
copy assembly\\native\\build-windows.bat .
build-windows.bat
'''
bat '''
cd artifacts
Expand Down

0 comments on commit ee8d111

Please sign in to comment.