Skip to content

Commit

Permalink
azure_pipelines.yml: Fixing dependencies stage
Browse files Browse the repository at this point in the history
Signed-off-by: bia1708 <[email protected]>
  • Loading branch information
bia1708 committed Sep 13, 2023
1 parent 3be7b78 commit fe79e59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,18 @@ jobs:
targetType: inline
script: |
# Build and install libiio
-bash -c "/c/projects/libm2k/CI/appveyor/install_deps_msvc.sh"
- bash -c "/c/projects/libm2k/CI/appveyor/install_deps_msvc.sh"
# Download SWIG
cd c:\
wget https://sourceforge.net/projects/swig/files/swigwin/swigwin-4.0.0/swigwin-4.0.0.zip
-7z x swigwin-4.0.0.zip -oswig
-cd swig/swigwin-4.0.0
-xcopy * .. /s /e /h /Q
- 7z x swigwin-4.0.0.zip -oswig
- cd swig/swigwin-4.0.0
- xcopy * .. /s /e /h /Q
#Install Inno Setup
-choco install InnoSetup
-set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5"
- choco install InnoSetup
- set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5"
- task: PowerShell@2
displayName: 'Build script'
env:
Expand Down

0 comments on commit fe79e59

Please sign in to comment.