Skip to content

Commit

Permalink
Added tar pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Aug 13, 2021
1 parent 76c9707 commit 58b99a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ prepare-arm64:
- cmake -D CMAKE_BUILD_TYPE=Release -D ION_BUILD_TEST=off -D ION_BUILD_EXAMPLE=off -D ION_BUILD_ALL_BB=off -D ION_BUILD_DOC=off -D WITH_CUDA=off -D ION_BUNDLE_HALIDE=on .
- make -j4 package
- ION_KIT_VERSION=`git describe --tags | sed -e "s/^v//g"`
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ion-kit-${ION_KIT_VERSION}-Linux.tar.gz "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/tar/${ION_KIT_VERSION}/ion-kit-${ION_KIT_VERSION}-Linux-${ARCH}.tar.gz"'
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ion-kit_${ION_KIT_VERSION}_${ARCH}.deb "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/deb/${ION_KIT_VERSION}/ion-kit_${ION_KIT_VERSION}_${ARCH}.deb"'
stage: build
only:
Expand Down

0 comments on commit 58b99a7

Please sign in to comment.