Skip to content

Commit

Permalink
add linux build to jenkins, microsoft#4
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonswope committed Aug 28, 2024
1 parent 7008a21 commit bdaa2c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bfx/build_linux_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ORT_VERSION=1.18.1
BUILD_ID=$(date '+%Y-%m-%d')_$(git rev-parse --short HEAD)_${BUILD_NUMBER}
DIST_NAME=libonnxruntime-${ORT_VERSION}_linux_cu118_${BUILD_ID}

./bfx/build_linux.sh
"${WORKSPACE}/script/build_sdk_linux.sh" $DIST_NAME
./bfx/build_linux.sh $DIST_NAME

rclone copy build/${DIST_NAME}.zip "mescola:Boris FX/Engineering/BinaryArtifacts"

0 comments on commit bdaa2c0

Please sign in to comment.