Skip to content

Simple example of using Ccache and pipeline caching within Azure Pipelines.

License

Notifications You must be signed in to change notification settings

ryanpfalz/azure-pipelines-ccache-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-pipelines-ccache-demo

This is a simple example of how to use Ccache within Azure Pipelines.

Files:

  • .azure-pipelines/ccache-pipeline.yml: Azure Pipelines configuration file which installs and configures Ccache for caching compilation, and compiles the code using a Makefile.
  • cppsrc/main.cpp: A simple C++ program.
  • Makefile: A simple Makefile to build the C++ program.

To use, create a Pipeline in Azure DevOps and point it to the ccache-pipeline.yml file.

About

Simple example of using Ccache and pipeline caching within Azure Pipelines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published