Skip to content

Commit 0983075

Browse files
2 parents b95d7d6 + fb5e748 commit 0983075

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

azure-pipelines.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Starter pipeline
2+
# Start with a minimal pipeline that you can customize to build and deploy your code.
3+
# Add steps that build, run tests, deploy, and more:
4+
# https://aka.ms/yaml
5+
6+
pool:
7+
vmImage: 'Ubuntu 16.04'
8+
9+
steps:
10+
- script: |
11+
sudo apt-get -y install docker
12+
docker run --rm -v $(pwd):/workdir earlephilhower/gcc-cross bash /workdir/buildall.sh 4.8
13+
displayName: 'Build'

0 commit comments

Comments
 (0)