mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Invoke compile script in macos from the right folder
This commit is contained in:
parent
9797051a36
commit
bc0d471ca3
@ -33,7 +33,8 @@ jobs:
|
||||
mv $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02 $(Build.SourcesDirectory)/compressed_archive/libp7zip
|
||||
displayName: 'Install dependencies'
|
||||
- script: |
|
||||
$(Build.SourcesDirectory)/compileOSX.sh
|
||||
cd $(Build.SourcesDirectory)
|
||||
./compileOSX.sh
|
||||
displayName: 'Build'
|
||||
- job: Windows
|
||||
pool:
|
||||
|
Loading…
Reference in New Issue
Block a user