Skip to content

Commit

Permalink
build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aastefanov committed Oct 16, 2024
1 parent dddf464 commit 666971e
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,6 @@ jobs:
- run: gem install package_cloud
- run: find .
- run: package_cloud push fosdem/video-team/debian/bookworm *deb
- store_artifacts:
path: release
- persist_to_workspace:
root: .
paths:
- release

# release:
# executor: github
#
# steps:
# - run: apk add fakeroot
# - attach_workspace:
# at: .
# - run: mkdir -v -p release
# - run: fakeroot tar -czvf release/sproxy-${CIRCLE_TAG}.amd64.tar.gz -C build/amd64 sproxy usb_reset wait_next_second cursor_disable.so
# - run: cd release && sha256sum sproxy-*.tar.gz *deb > sha256sums.txt
# - run: >
# ghr \
# -u "${CIRCLE_PROJECT_USERNAME}" \
# -r "${CIRCLE_PROJECT_REPONAME}" \
# -c "${CIRCLE_SHA1}" \
# -delete \
# "${CIRCLE_TAG}" \
# ./release/

workflows:
version: 2
Expand Down

0 comments on commit 666971e

Please sign in to comment.