Skip to content

Commit

Permalink
appveyor.yml: A test to build libaom with clang-cl
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Jan 12, 2024
1 parent b65394b commit 57c0555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
image: Visual Studio 2022
configuration: Release
skip_non_tags: true
skip_commits:
files:
- '.github/*'
Expand All @@ -19,7 +18,9 @@ install:
- nasm -v
# Build all external libraries statically
- cd ext
- set "CC=clang-cl" && set "CXX=clang-cl"
- aom.cmd
- set "CC=" && set "CXX="
- dav1d.cmd
- libjpeg.cmd
- zlibpng.cmd
Expand Down

0 comments on commit 57c0555

Please sign in to comment.