Buildfish 0.9
This commit is contained in:
parent
51b48be046
commit
1a78a73047
1 changed files with 3 additions and 11 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue