Added complete release contents for pi64 target
This commit is contained in:
parent
94a81262b8
commit
b1b4e24e0a
1 changed files with 17 additions and 2 deletions
|
@ -2,12 +2,27 @@
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: make -j4 PLATFORM=pi64
|
||||
- script: |
|
||||
cd external/capsimg
|
||||
./bootstrap.fs
|
||||
./configure.fs
|
||||
make -f Makefile.fs
|
||||
cp capsimg.so $(Build.SourcesDirectory)
|
||||
cd $(Build.SourcesDirectory)
|
||||
make -j4 PLATFORM=pi64
|
||||
displayName: 'Compile for RPI4 64-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