Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
132855b160
commit
0966453aaa
1 changed files with 5 additions and 3 deletions
|
|
@ -8,9 +8,11 @@ trigger:
|
|||
name: $[format('{0:yyyyMMdd\-HHmmss}', pipeline.startTime)]
|
||||
|
||||
variables:
|
||||
REPOSITORY_NAME: $(Build.Repository.Name)
|
||||
DEVKITPRO: /opt/devkitpro
|
||||
DEVKITARM: /opt/devkitpro/devkitARM
|
||||
- group: 'Secrets (Universal-Team webhook)'
|
||||
- name: REPOSITORY_NAME
|
||||
value: $(Build.Repository.Name)
|
||||
- name: DEVKITARM
|
||||
value: /opt/devkitpro/devkitARM
|
||||
|
||||
jobs:
|
||||
- job: build3DS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue