|
|
|
|
@ -93,10 +93,16 @@ stages: |
|
|
|
|
displayName: 'Build Portaudio' |
|
|
|
|
- script: | |
|
|
|
|
set PATH=%PATH%;%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\mingw64\bin" |
|
|
|
|
%CD:~0,2%\msys64\usr\bin\bash -lc "echo $PWD" |
|
|
|
|
%CD:~0,2%\msys64\usr\bin\bash -lc "mkdir build" |
|
|
|
|
env: |
|
|
|
|
MSYS2_ARCH: x86_64 |
|
|
|
|
MSYSTEM: MINGW64 |
|
|
|
|
CHERE_INVOKING: yes |
|
|
|
|
displayName: 'Create build directory' |
|
|
|
|
- script: | |
|
|
|
|
set PATH=%PATH%;%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\mingw64\bin" |
|
|
|
|
%CD:~0,2%\msys64\usr\bin\bash -lc "echo $PWD" |
|
|
|
|
%CD:~0,2%\msys64\usr\bin\bash -lc "cmake .."" |
|
|
|
|
%CD:~0,2%\msys64\usr\bin\bash -lc "make" |
|
|
|
|
workingDirectory: ./build |
|
|
|
|
|