mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
make package command repeatable (useful outside of CI)
This commit is contained in:
parent
ad797cbd81
commit
e434aeddfb
4
Makefile
4
Makefile
@ -59,7 +59,9 @@ package: lib-native lib-native-release lib-remote lib-remote-release
|
||||
mkdir -p dist
|
||||
echo "$(GIT_TAG_FULL)" > dist/commit-sha
|
||||
for RELEASE in debug release; do \
|
||||
zip -j dist/wgpu-$$RELEASE-$(OS_NAME)-$(GIT_TAG).zip target/$$RELEASE/libwgpu_*.$(LIB_EXTENSION) dist/commit-sha; \
|
||||
ARCHIVE=wgpu-$$RELEASE-$(OS_NAME)-$(GIT_TAG).zip; \
|
||||
rm -f dist/$$ARCHIVE; \
|
||||
zip -j dist/$$ARCHIVE target/$$RELEASE/libwgpu_*.$(LIB_EXTENSION) dist/commit-sha; \
|
||||
done
|
||||
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user