From 74af1591dfd819304f039d8270ef4a8dc00aae4d Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 16 Sep 2020 20:53:56 +0200 Subject: [PATCH] Added pi64.yaml [skip ci] --- azure-pipelines/pi64.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 azure-pipelines/pi64.yml diff --git a/azure-pipelines/pi64.yml b/azure-pipelines/pi64.yml new file mode 100644 index 00000000..0f67f658 --- /dev/null +++ b/azure-pipelines/pi64.yml @@ -0,0 +1,16 @@ +# RPI4, SDL2, 64-bit +steps: + - checkout: self + submodules: true + - script: make -j4 PLATFORM=pi64 + displayName: 'Compile for RPI4 64-bit' + + - task: CopyFiles@2 + inputs: + Contents: amiberry + TargetFolder: $(Build.ArtifactStagingDirectory) + + - task: PublishBuildArtifacts@1 + inputs: + PathtoPublish: $(Build.ArtifactStagingDirectory) + ArtifactName: pi64_release \ No newline at end of file