aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/depends.yml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-19actions: update to v4 actionstobtoht1-5/+5
2023-11-06workflows: upload macOS binary after name changeselsta1-1/+1
2023-10-25Merge pull request #9007luigi11111-2/+2
c8e4de1 depends: remove kernel version from darwin triplet (tobtoht)
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec1-0/+1
- passphrase logic: remove backward compatibility for 2.4.3, code cleanup. - fix LibUSB cmake for static builds on OSX - tests: all tests now work with passphrase logic enabled. Passphrase test added with different passphrase. no_passphrase test added, Trezor pin test added. Testing wallet opening with correct and incorrect passphrase. Trezor test chain revamp, cleanup. Smaller chain, chain file versioning added. - tests: Trezor tests support TEST_MINING_ENABLED, TEST_MINING_TIMEOUT env vars to change mining-related tests behaviour. - requires protobuf@21 on osx for now (c++14), building with unlinked protobuf: `CMAKE_PREFIX_PATH=$(find /opt/homebrew/Cellar/protobuf@21 -maxdepth 1 -type d -name "21.*" -print -quit) \ make debug-test-trezor -j8`
2023-09-27depends: remove kernel version from darwin triplettobtoht1-2/+2
2023-02-20workflows: update dependencies to fix warningsselsta1-5/+6
2022-12-01Merge pull request #8603luigi11111-0/+3
6f00070 workflows: skip ci when only changing documentation (selsta)
2022-10-28Merge pull request #8593luigi11111-1/+1
be8efec workflows: ubuntu 18.04 is deprecated (selsta)
2022-10-01workflows: skip ci when only changing documentationselsta1-0/+3
2022-09-26Merge pull request #8574luigi11111-2/+2
fa7622c depends: remove unused Qt package (selsta)
2022-09-26Merge pull request #8420luigi11111-0/+3
6d8fa2b workflows: add android to depends (selsta)
2022-09-24workflows: ubuntu 18.04 is deprecatedselsta1-1/+1
And will soon be removed.
2022-09-20depends: remove unused Qt packageselsta1-2/+2
2022-07-05workflows: add android to dependsselsta1-0/+3
2022-06-29(fix): Confusingly named CI-JobKlaus Frank1-1/+1
Rename the "build-macos" job within "depends", as it is not building on macOS as the similarly named job within build.yml does. Also, both names overlap which is confusing when looking for step-by-step build instruction examples or when looking at the logfile.
2022-05-09Update CI for aarch64 mac buildselsta1-8/+4
2022-03-18Merge pull request #7675luigi11111-1/+6
de4413b workflows: don't build PRs if only docs and READMEs are being changed (erciccione)
2021-09-15CI: ccache common settings variable and apt settings tidyingmj-xmr1-6/+11
2021-07-10Workflows: depends cache (static) separated from ccache (volatile)mj-xmr1-4/+18
2021-06-21workflows: don't build PRs if only docs and READMEs are being changederciccione1-1/+6
2020-12-20apt update before installingmj-xmr1-1/+1
2020-12-10workflows: add depends workflow, upload binariesselsta1-0/+85