Skip to content

Commit

Permalink
WIP jenkins pipeline: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Dec 27, 2023
1 parent 34f5783 commit a42edc8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assembly/cicd/jenkins/test-builds.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ pipeline {
'''
sh '''
cd tmp
cp ../crypto/fift/lib .
cp -R ../crypto/smartcont/ .
cp -r ../crypto/fift/lib .
cp -r ../crypto/smartcont/ .
zip -9r ton-x86-64-linux-portable ./*
'''
archiveArtifacts artifacts: 'tmp/ton-x86-64-linux-portable.zip'
Expand Down Expand Up @@ -99,8 +99,8 @@ pipeline {
'''
sh '''
cd tmp
cp ../crypto/fift/lib .
cp -R ../crypto/smartcont/ .
cp -r ../crypto/fift/lib .
cp -r ../crypto/smartcont/ .
zip -9r ton-arm64-linux-portable ./*
'''
archiveArtifacts artifacts: 'tmp/ton-arm64-linux-portable.zip'
Expand Down Expand Up @@ -145,8 +145,8 @@ pipeline {
'''
sh '''
cd tmp
cp ../crypto/fift/lib .
cp -R ../crypto/smartcont/ .
cp -r ../crypto/fift/lib .
cp -r ../crypto/smartcont/ .
zip -9r ton-x86-64-macos-portable ./*
'''
archiveArtifacts artifacts: 'tmp/ton-x86-64-macos-portable.zip'
Expand Down Expand Up @@ -191,8 +191,8 @@ pipeline {
'''
sh '''
cd tmp
cp ../crypto/fift/lib .
cp -R ../crypto/smartcont/ .
cp -r ../crypto/fift/lib .
cp -r ../crypto/smartcont/ .
zip -9r ton-arm64-macos-portable ./*
'''
archiveArtifacts artifacts: 'tmp/ton-arm64-macos-portable.zip'
Expand Down

0 comments on commit a42edc8

Please sign in to comment.