redquark-amiberry-rb/azure-pipelines.yml
Dimitris Panokostas 46986305b5 Update azure-pipelines.yml for Azure Pipelines
Specified 64-bit RPI pool
2020-09-16 19:07:20 +02:00

22 lines
437 B
YAML

# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool: RPI-64
jobs:
- job: Build
strategy:
matrix:
SDL2:
platform: 'pi64'
DMX:
platform: 'pi64-dispmanx'
steps:
- script: make -j4 PLATFORM=$(platform)
displayName: 'Compile $(platform) target'