Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 6, 2024
1 parent bdfbe4c commit 6785e98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
image:
- Visual Studio 2022
# - Visual Studio 2022
- Ubuntu2204
- macos-monterey
# - macos-monterey

environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
matrix:
# node.js
- nodejs: "22"
- nodejs: "20"

install:
- sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi
# - sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi
# - cmd: powershell .\appveyor.ps1
- cmd: powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs) x64
- sh: nvm ls
Expand Down

0 comments on commit 6785e98

Please sign in to comment.