mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci: fix glob for changed files
This commit is contained in:
parent
d1978c062d
commit
cae87b9065
@ -337,8 +337,8 @@ crypto build:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- ci/**/*
|
- ci/**
|
||||||
- crypto/**/*
|
- crypto/**
|
||||||
script:
|
script:
|
||||||
- cp -r crypto crypto_noasan
|
- cp -r crypto crypto_noasan
|
||||||
- nix-shell --run "poetry run make -C crypto"
|
- nix-shell --run "poetry run make -C crypto"
|
||||||
|
14
ci/test.yml
14
ci/test.yml
@ -398,8 +398,8 @@ crypto test:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- ci/**/*
|
- ci/**
|
||||||
- crypto/**/*
|
- crypto/**
|
||||||
<<: *gitlab_caching
|
<<: *gitlab_caching
|
||||||
needs:
|
needs:
|
||||||
- crypto build
|
- crypto build
|
||||||
@ -568,9 +568,9 @@ python test:
|
|||||||
changes:
|
changes:
|
||||||
- poetry.lock
|
- poetry.lock
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- ci/**/*
|
- ci/**
|
||||||
- common/**/*
|
- common/**
|
||||||
- python/**/*
|
- python/**
|
||||||
script:
|
script:
|
||||||
# Workaround for nixpkgs+tox integration failure which results in:
|
# Workaround for nixpkgs+tox integration failure which results in:
|
||||||
# ModuleNotFoundError: No module named '_sysconfigdata__linux_x86_64-linux-gnu'
|
# ModuleNotFoundError: No module named '_sysconfigdata__linux_x86_64-linux-gnu'
|
||||||
@ -591,8 +591,8 @@ storage test:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- ci/**/*
|
- ci/**
|
||||||
- storage/**/*
|
- storage/**
|
||||||
<<: *gitlab_caching
|
<<: *gitlab_caching
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user