Skip to content

Commit f1cad98

Browse files
committed
#RI-4491 - [CircleCI] Add virus total check for all builds
1 parent b30cb61 commit f1cad98

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,14 @@ workflows:
10841084
- store-build-artifacts:
10851085
name: Store build artifacts (dev)
10861086
requires:
1087-
- Build app - Linux (dev)
1088-
- Build app - MacOS (dev)
1089-
- Build app - Windows (dev)
1087+
- Virus check - AppImage (prod)
1088+
- Virus check - deb (prod)
1089+
- Virus check - rpm (prod)
1090+
- Virus check - snap (prod)
1091+
- Virus check x64 - dmg (prod)
1092+
- Virus check arm64 - dmg (prod)
1093+
- Virus check MAS - pkg (prod)
1094+
- Virus check - exe (prod)
10901095
- release-aws-test:
10911096
name: Release AWS dev
10921097
requires:

0 commit comments

Comments
 (0)