Skip to content

Commit

Permalink
Updates config.yml (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Nov 9, 2020
1 parent 89ac7ce commit ed0af6b
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ jobs:
- run: apt-get -y install libusb-1.0-0-dev graphicsmagick libudev-dev
- run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4
- run: yarn test-ci
# TODO: add these steps back when e2e test suite is functional
# - run:
# name: Running Xvfb for e2e test
# command: Xvfb -ac :99 -screen 0 1280x1024x16
# background: true
# - run:
# name: Run e2e tests
# command: |
# yarn
# yarn assets
# export DISPLAY=:99
# yarn test:e2e
store_artifacts:
- path: artifacts/
- destination: yarnpkg
Expand All @@ -83,23 +71,6 @@ jobs:
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn assets
- run: yarn electron-builder -w --x64
- store_artifacts:
path: dist
destination: build

deploy_linux:
<<: *container_config
steps:
- checkout
- restore_cache:
key: neon-wallet-dependencies-cache-{{ checksum "yarn.lock" }}
- run: apt-get -y update
- run: apt-get -y install libusb-1.0-0-dev icnsutils graphicsmagick libudev-dev
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn dist
- store_artifacts:
path: dist
destination: build

workflows:
version: 2
Expand All @@ -123,11 +94,3 @@ workflows:
ignore: /.*/
tags:
only: /v.*/
- deploy_linux:
requires:
- test
filters:
branches:
ignore: /.*/
tags:
only: /v.*/

0 comments on commit ed0af6b

Please sign in to comment.