Skip to content

Commit

Permalink
Set up CI with Azure Pipelines (#11)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
AriaSalvatrice committed Jan 21, 2020
1 parent 5a09d65 commit 2064a5a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.yml
@@ -0,0 +1,15 @@
# C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc

trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- script: |
make
displayName: 'make'

0 comments on commit 2064a5a

Please sign in to comment.