Skip to content

Commit

Permalink
Reset cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnz committed Feb 15, 2021
1 parent e871382 commit 4157b07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
12 changes: 0 additions & 12 deletions CI/install-ios-camera-dependencies.cmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
REM if not exist %OpenSSLBaseDir% (
REM curl -kLO https://curl.se/windows/dl-7.75.0/openssl-1.1.1i-win32-mingw.zip -f --retry 5 -z openssl-1.1.1i-win32-mingw.zip
REM 7z x openssl-1.1.1i-win32-mingw.zip -o%OpenSSLBaseDir%

REM curl -kLO https://curl.se/windows/dl-7.75.0/openssl-1.1.1i-win64-mingw.zip -f --retry 5 -z openssl-1.1.1i-win64-mingw.zip
REM 7z x openssl-1.1.1i-win64-mingw.zip -o%OpenSSLBaseDir%
REM ) else (
REM echo "OpenSSL is already installed. Download skipped."
REM )

REM dir %OpenSSLBaseDir%

cd c:\vcpkg
vcpkg integrate install

Expand Down
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- task: Cache@2
displayName: Restore cached iOS Camera Plugin Dependencies
inputs:
key: 'obscam-cache-2 | "$(Agent.OS)"'
key: 'obscam-cache-3 | "$(Agent.OS)"'
restoreKeys: |
obscam-cache-2 | "$(Agent.OS)"
obscam-cache-3 | "$(Agent.OS)"
path: 'c:\vcpkg\installed\'

- script: ./CI/install-ios-camera-dependencies.cmd
Expand All @@ -52,9 +52,9 @@ jobs:
- task: Cache@2
displayName: Restore cached OBS Studio dependencies
inputs:
key: 'obsdeps-2 | "$(Agent.OS)"'
key: 'obsdeps-3 | "$(Agent.OS)"'
restoreKeys: |
obsdeps-2 | "$(Agent.OS)"
obsdeps-3 | "$(Agent.OS)"
path: $(DepsBasePath)

- script: ./CI/download-obs-deps.cmd
Expand All @@ -63,9 +63,9 @@ jobs:
- task: Cache@2
displayName: Restore cached OBS Studio builds
inputs:
key: 'obs-build-1 | "$(Agent.OS)"'
key: 'obs-build-2 | "$(Agent.OS)"'
restoreKeys: |
obs-build-1 | "$(Agent.OS)"
obs-build-2 | "$(Agent.OS)"
path: $(OBSPath)

- script: ./CI/checkout-cmake-obs-windows.cmd
Expand Down

0 comments on commit 4157b07

Please sign in to comment.