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
test build on linux
  • Loading branch information
flavioislima committed Aug 1, 2022
commit e1904043d60538ef4e4ec1fde796c81ee91cdc78
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2019
image: Ubuntu2004

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

install:
- ps: Install-Product node 16 x64
- npm i --legacy-peer-deps
- npm i --force

environment:
GH_TOKEN:
Expand All @@ -21,7 +20,7 @@ build_script:
- yarn dist:win

artifacts:
- path: 'dist/Heroic*.exe'
- path: dist/Heroic*.exe
name: Heroic_setup

deploy:
Expand Down