8000 Set up CI with Azure Pipelines [skip ci] · unixjazz/circuitpython@d550d19 · GitHub
[go: up one dir, main page]

Skip to content

Commit d550d19

Browse files
committed
Set up CI with Azure Pipelines [skip ci]
1 parent 9ff54fd commit d550d19

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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+
- azure-pipelines
8+
9+
pool:
10+
vmImage: 'Ubuntu-16.04'
11+
12+
steps:
13+
- script: |
14+
make
15+
displayName: 'make'

0 commit comments

Comments
 (0)
0