Skip to content

Commit

Permalink
appveyor: add environment for testing -DLAZY
Browse files Browse the repository at this point in the history
We want to make sure this feature keeps on working.

* Upload the artifact only once (first dotnet build)
  • Loading branch information
mortend committed May 28, 2023
1 parent c6cef7c commit 80ca57a
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
Expand Up @@ -5,6 +5,9 @@ environment:
nodejs_version: 16
matrix:
- TARGET: dotnet
PUSH_ARTIFACT: 1
- TARGET: dotnet
UNO_TEST_ARGS: -DLAZY --build-only
- TARGET: native
UNO_TEST_ARGS: -DDEBUG_UNSAFE
SKIP_UNO_TESTS: 1
Expand All @@ -31,7 +34,7 @@ build_script:

after_build:
- ps: |
if ($env:TARGET -eq "dotnet") {
if ($env:PUSH_ARTIFACT -eq "1") {
Push-AppveyorArtifact "fuse-open-uno-*.tgz"
}
Expand Down

0 comments on commit 80ca57a

Please sign in to comment.