Commit Graph

13 Commits (fe60acb24fb82545653a2041736f74d5f629c4c7)

Author SHA1 Message Date
scito fe60acb24f release: upload hashes as binary to keep eol 1 year ago
scito 5c36f07f41 ci_release: build exe without upload on PR 1 year ago
scito 861d7d0da8 build buster image in ci_docker for speeding up releases 1 year ago
scito 63fc21cc90 ci_release: upload hashes and run on pull_request and run scheduled 1 year ago
scito 365d5ac432
use hub.docker for linux exe build
since it is more stable and thus faster
1 year ago
scito 88ff584e47
ci: workaround for failing builds 1 year ago
scito dbb5d8f755
workaround ghcr.io failed to copy
failed to copy: io: read/write on closed pipe

- use DockerHub instead of dhcr.io
- ref: https://github.com/containerd/containerd/issues/7972
1 year ago
scito 580f94256f Add files of Visual C++ 2013 Redistributable Package
- add files of vcredist_x64.exe as binary data to pyzbar
- thus avoid manual installation of vcredist_x64.exe
- test all qr readers in exe smoketests
- improve README
1 year ago
scito f4bff86a5c fix curl upload windows
- set for pre-releases 99 in windows version
- fix TZ: use TZ=Europe/Zurich
1 year ago
scito cff5fe1cda
ci_release: ignore response and remove silent mode 1 year ago
scito 84e1922979
fix VERSION_PATCH for pre-tags, e.g. 1b1 1 year ago
scito 7f89168b92
ci_release: change order of build matrix 1 year ago
scito 6a7a7233a4 build and upload executables created by PyInstaller
- create release on tag push
- build executables by PyInstaller:
    - extract_otp_secrets_linux_x86_64 (glibc 2.28)
    - extract_otp_secrets_win_x86_64.exe
    - extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
    - add TOC
    - improve badges
    - add PyInstaller section
- docker
    - build BASE_IMAGE as ARG
    - copy only required files to image
    - add .alias
- build.sh
    - fix clean
    - fix generate results
    - generate TOC
1 year ago