We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73394e commit d4c0c0fCopy full SHA for d4c0c0f
.circleci/config.yml
@@ -949,16 +949,23 @@ workflows:
949
name: Build docker image
950
requires:
951
- 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
962
+ - Setup build (stage)
963
- e2e-tests:
964
name: E2ETest
965
build: docker
966
parallelism: 1
967
968
- Build docker image
- - windows:
- name: Build app - Windows (stage)
- requires:
- - Start E2E Tests
969
- e2e-exe:
970
name: E2ETest (exe)
971
0 commit comments