Skip to content

Commit d4c0c0f

Browse files
committed
exe upd if config
1 parent b73394e commit d4c0c0f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.circleci/config.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -949,16 +949,23 @@ workflows:
949949
name: Build docker image
950950
requires:
951951
- Start E2E Tests
952+
# build desktop app
953+
- setup-sign-certificates:
954+
name: Setup sign certificates (stage)
955+
- setup-build:
956+
name: Setup build (stage)
957+
requires:
958+
- Setup sign certificates (stage)
959+
- windows:
960+
name: Build app - Windows (stage)
961+
requires:
962+
- Setup build (stage)
952963
- e2e-tests:
953964
name: E2ETest
954965
build: docker
955966
parallelism: 1
956967
requires:
957968
- Build docker image
958-
- windows:
959-
name: Build app - Windows (stage)
960-
requires:
961-
- Start E2E Tests
962969
- e2e-exe:
963970
name: E2ETest (exe)
964971
parallelism: 1

0 commit comments

Comments
 (0)