Update azure-pipelines.yml for Azure Pipelines
Added 64-bit targets
This commit is contained in:
parent
c129e1f9b9
commit
5faeef8aa3
1 changed files with 12 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue