Skip to content

Commit

Permalink
get started
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Jul 27, 2019
1 parent 9346060 commit 544128c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
13 changes: 8 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ jobs:
- checkout
- run: yarn && yarn release --win

build_linux:
docker:
- image: electronuserland/builder:wine
steps:
- checkout
- run: yarn && yarn release --linux

build_macos:
macos:
xcode: "10.0.0"
steps:
- checkout
# - run: security create-keychain -p $KEYCHAIN_PASSWORD build.keychain
# - run: security default-keychain -s build.keychain
# - run: security unlock-keychain -p $KEYCHAIN_PASSWORD build.keychain
# - run: echo $KEYSTORE | base64 --decode - > keystore.p12
# - run: security import keystore.p12 -k build.keychain -P $KEYCHAIN_PASSWORD -T /usr/bin/codesign
- run: yarn && yarn release --mac

workflows:
Expand All @@ -25,3 +27,4 @@ workflows:
jobs:
- build_windows
- build_macos
- build_linux
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "electron-circleci",
"version": "1.0.7",
"description": "Example Electron app with MacOS & Windows build integration with Circle CI",
"author": "Joe Ireland",
"name": "fomobot",
"version": "0.0.1",
"description": "Your fomo bro!",
"author": "Highlander",
"main": "main.js",
"scripts": {
"start": "electron .",
Expand All @@ -13,8 +13,8 @@
"release": "electron-builder --publish always"
},
"build": {
"appId": "ca.joeireland.electron-circleci",
"productName": "Electron CircleCI",
"appId": "com.fomobro",
"productName": "Fomobot",
"copyright": "MIT",
"files": [
"**/*",
Expand Down

0 comments on commit 544128c

Please sign in to comment.