Skip to content

Commit

Permalink
One time v2.0.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomsousa authored May 19, 2020
1 parent 90d255e commit 47ebab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: Visual Studio 2019
environment:
AOM_LAST_TAG: "v1.0.0-errata1-avif"
AOM_LAST_TAG: "v2.0.0"
aom_options: " -Thost=x64 -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=OFF -DENABLE_TESTDATA=OFF -DENABLE_DOCS=OFF -DENABLE_TOOLS=OFF "

matrix:
Expand All @@ -20,7 +20,7 @@ configuration: Release

init:
# Clone last AOM code (Is different from the appveyor git clone)
- git clone -b master https://aomedia.googlesource.com/aom c:\projects\aom_src
- git clone -b "v2.0.0" https://aomedia.googlesource.com/aom c:\projects\aom_src

# Change appveyor to know last aom commit
- ps: |
Expand Down

0 comments on commit 47ebab1

Please sign in to comment.