Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
ci: add Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Saektide committed Jan 21, 2021
1 parent 44d0cd0 commit d3329cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
image:
- Visual Studio 2017
- Ubuntu

platform:
- x64
Expand All @@ -16,9 +17,11 @@ init:

install:
- cmd: powershell Install-Product node $env:nodejs_version x64
- sh: nvm install $nodejs_version
- yarn

build_script:
- cmd: yarn pbuild -w
- sh: yarn pbuild -l

test: off
test: off

0 comments on commit d3329cf

Please sign in to comment.