Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 26, 2023
1 parent 3cb6ce0 commit 271e689
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
- checkout
- node/install-packages:
pkg-manager: yarn
- run:
command: sudo apt-get install rpm
name: Install Dependencies
- run:
command: yarn build:rpm
name: Build app
- persist_to_workspace:
root: ~/project
paths: .


# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
build-all:
macos:
Expand Down Expand Up @@ -97,11 +99,11 @@ jobs:
cp /Users/distiller/project/dist/CrossOver* /Users/distiller/project/upload
cp /Users/distiller/project/dist/latest* /Users/distiller/project/upload
- store_artifacts:
path: /Users/distiller/project/upload
# - run:
# name: Snapcraft Login
# # Generate the snap token with 'snapcraft export-login --snaps crossover --channels edge,stable -'
# command: snapcraft login
path: /Users/distiller/project/upload
# - run:
# name: Snapcraft Login
# # Generate the snap token with 'snapcraft export-login --snaps crossover --channels edge,stable -'
# command: snapcraft login
- run:
name: Build and Publish - snap
command: yarn build:snap $( [ "$CIRCLE_BRANCH" == "release" ] && printf %s '--publish always' )
Expand Down

0 comments on commit 271e689

Please sign in to comment.