Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech] AppVeyor Configuration #1650

Merged
merged 26 commits into from
Aug 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try on macOS
  • Loading branch information
flavioislima committed Aug 1, 2022
commit 87094a3c5fe3d02a8a8d10c027d206c5e2f242cf
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Ubuntu2004
image: macOS-Monterey

platform:
- x64
Expand All @@ -7,9 +7,8 @@ cache:
- node_modules

install:
- nvm use 16.15.1
- sudo apt-get install wine
- yarn install
- nvm use 16.14.0
- npm i --legacy-peer-deps

environment:
GH_TOKEN:
Expand All @@ -19,7 +18,7 @@ build:
verbosity: detailed

build_script:
- yarn dist:win
- npm run dist:win

artifacts:
- path: dist/Heroic*.exe
Expand Down