Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
685e0e8612
commit
447e1dc8db
15
azure-pipelines.yml
Normal file
15
azure-pipelines.yml
Normal file
@ -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: |
|
||||||
|
./build.sh
|
||||||
|
displayName: 'build'
|
Loading…
x
Reference in New Issue
Block a user