Skip to content

Commit 92f2d36

Browse files
author
escbeargew99-stack
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 39a2806 commit 92f2d36

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# C/C++ with GCC
2+
# Build your C/C++ project with GCC using make.
3+
# Add steps that publish test results, save build artifacts, deploy, and more:
4+
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
5+
6+
trigger:
7+
- main
8+
9+
pool:
10+
vmImage: ubuntu-latest
11+
12+
steps:
13+
- script: |
14+
make
15+
displayName: 'make'

0 commit comments

Comments
 (0)