yrnkrn / zapcc

zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
Other
1.25k stars 61 forks source link

add azure pipelines for macOS and linux #30

Closed ghost closed 5 years ago

ghost commented 5 years ago
steps:
- task: PublishPipelineArtifact@0
  inputs:
    artifactName: 'artifactName'
    targetPath: 'src/MyWebApp/bin/Release/netcoreapp2.0/linux-x64/publish'

please someone who has build it add the correct artifact path https://docs.microsoft.com/de-de/azure/devops/pipelines/artifacts/pipeline-artifacts?view=vsts&tabs=yaml

you can edit/ copy as you like I'm not very attached to these commits 👍

yrnkrn commented 5 years ago

Thanks!

ghost commented 5 years ago

what would be left for you to do is adding the project to your azure pipelines account and maybe a badge in the readme/ link to the artifacts

thanks