Updated other target pipelines with complete release contents
This commit is contained in:
parent
b1b4e24e0a
commit
30b9d075f5
8 changed files with 136 additions and 16 deletions
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi1-sdl2
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi1-sdl2
|
||||
displayName: 'Compile for RPI1 (SDL2) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi1
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi1
|
||||
displayName: 'Compile for RPI1 (Dispmanx) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi2-sdl2
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi2-sdl2
|
||||
displayName: 'Compile for RPI2 (SDL2) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi2
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi2
|
||||
displayName: 'Compile for RPI2 (Dispmanx) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi3-sdl2
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi3-sdl2
|
||||
displayName: 'Compile for RPI3 (SDL2) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi3
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi3
|
||||
displayName: 'Compile for RPI3 (Dispmanx) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi4-sdl2
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi4-sdl2
|
||||
displayName: 'Compile for RPI4 (SDL2) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=rpi4
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=rpi4
|
||||
displayName: 'Compile for RPI4 (Dispmanx) 32-bit'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
Contents: amiberry
|
||||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue