From 1a78a730472a3c510049bcb820680f042012bc7f Mon Sep 17 00:00:00 2001 From: Anton Thomasson Date: Tue, 15 Sep 2020 22:34:55 +0200 Subject: [PATCH] Buildfish 0.9 --- .github/workflows/build.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8e3e65..7a1495d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,3 @@ - name: Buildfish build on: @@ -21,18 +20,11 @@ jobs: - name: update submodules run: git submodule sync --recursive && git submodule update --init --force --recursive --depth=1 - - name: Prepare - run: mkdir output - - name: Build armv7hl id: build_armv7hl - uses: attah/buildfish@0.8 + uses: attah/buildfish@0.9 with: release: 3.3.0.14 - # run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c " - # mkdir -p build ; - # cd build ; - # cp -r /share/* . ; - # mb2 -t SailfishOS-$RELEASE-armv7hl build ; - # sudo cp -r RPMS/*.rpm /share/output" + - name: Post + run: ls RPMS