Skip to content

Commit

Permalink
fix: removed mac build from circle till later
Browse files Browse the repository at this point in the history
  • Loading branch information
bakon committed Aug 20, 2019
1 parent bcf1a0c commit c45c6ac
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,6 @@ jobs:
paths:
- dist/*

macbuild:
<<: *defaults
macos:
xcode: "10.2.1"
steps:
- checkout
- run: brew install nodenv
- run: eval "$(nodenv init -)"
- run:
name: "Setup custom environment variables"
command: |
echo 'export APP_VERSION_GIT_TAG=$(npm run --silent version)' >> $BASH_ENV # Redirect MY_ENV_VAR into $BASH_ENV
- run: npm install
- run: npm run build
- run: npm run electron:build
- persist_to_workspace:
root: ~/project
paths:
- dist/*

linuxbuild:
<<: *defaults
docker:
Expand Down

0 comments on commit c45c6ac

Please sign in to comment.