Update azure-pipelines.yml for Azure Pipelines

Added 64-bit targets
This commit is contained in:
Dimitris Panokostas 2020-09-16 18:19:27 +02:00
parent c129e1f9b9
commit 5faeef8aa3

View file

@ -8,11 +8,16 @@ trigger:
pool: Default
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
jobs:
- job: Build
strategy:
matrix:
SDL2:
platform: 'pi64'
DMX:
platform: 'pi64-dispmanx'
steps:
- script: make -j4 PLATFORM=$(platform)
displayName: 'Compile $(platform) target'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'