VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-07-10Linux: fix crash when displaying Admin password dialog. Fix failure of ↵Mounir IDRASSI1-1/+1
Github action by using builtin GITHUB_TOKEN
2024-07-06Activate Github workflow for master branchMounir IDRASSI1-2/+2
2024-07-06Activate Github linux workflow for main branchMounir IDRASSI1-2/+2
2024-07-06Linux: Add Github CI workflow for Linux (#1374)Mounir IDRASSI1-0/+213
* Linux/MacOSX: during build, fallback to /tmp if wxWidgets sources not found in parent directory * Linux: Add Github workflow to build .deb files and test generated binaries * Linux: fix wrong wxWidgets extract path in yaml * fix: fix wrong wxWidgets extract path in yaml * Linux: harmonize content of test volumes and update Github workflow for this * Fix corrupted test container * Linux: optimize Github workflow by caching wxBuildConsole and wxBuildGUI folders We also modify build script to detect the presence of wxBuildConsole and wxBuildGUI folders and reuse them * Remove files mistakenly added * Linux: Fix wrong test for Github workflow * Linux: use static build of wxWidgets for GUI in Github workflow * Linux: upload also .deb SHA256SUM file if it is generated in Github workflow * Linux: fix detection logic of parent folder in build scripts * Github workflow: add build_cmake_deb.sh as trigger to build-linux.yml * Github workflow: add wxWidgets source code to the cache of workflow
2021-09-04Minor cleanup of the repo (#822)a13460544-4/+4
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace
2020-12-30adding a sponsor button to repository (#720)Andreas Becker1-0/+1
this commit will add a sponsor button to the repository, pointing to the donation page of the veracrypt website. more information on github documentation under https://git.io/JL9e6
2020-12-30added probot configuration (#719)Andreas Becker1-0/+25
this commit includes the configuration for the github-app probot. more information can be found here: https://probot.github.io/apps/stale/
2020-12-29Added a bug, change and feature template (#716)Andreas Becker3-0/+91
Co-authored-by: Andreas Becker <mail@andreasbecker.de>