Add usr to PATH

presentation
Ulrich Huber 7 years ago
parent 362282ba07
commit 0dd58cc4bb
  1. 8
      azure-pipelines.yml

@ -85,7 +85,7 @@ stages:
CHERE_INVOKING: yes
displayName: 'Install dependencies on Windows'
- script: |
set PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
set PATH=%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
%CD:~0,2%\msys64\usr\bin\bash -lc "./build-portaudio.sh"
workingDirectory: ./windows-setup
env:
@ -94,11 +94,11 @@ stages:
CHERE_INVOKING: yes
displayName: 'Build Portaudio'
- script: |
set PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
set PATH=%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
%CD:~0,2%\msys64\usr\bin\bash -lc "mkdir build"
displayName: 'Create build directory'
- script: |
set PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
set PATH=%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
%CD:~0,2%\msys64\usr\bin\bash -lc "cmake ..""
%CD:~0,2%\msys64\usr\bin\bash -lc "make"
workingDirectory: ./build
@ -108,7 +108,7 @@ stages:
CHERE_INVOKING: yes
displayName: 'Build Xournal++'
- script: |
set PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
set PATH=%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
%CD:~0,2%\msys64\usr\bin\bash -lc "./build-setup.sh"
workingDirectory: ./windows-setup
env:

Loading…
Cancel
Save