Back to basics
This commit is contained in:
parent
b1c3da9f54
commit
ace6ad2e38
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -29,12 +29,12 @@ jobs:
|
||||||
|
|
||||||
- name: Build armv7hl
|
- name: Build armv7hl
|
||||||
id: build_armv7hl
|
id: build_armv7hl
|
||||||
uses: attah/buildfish@0.6
|
# uses: attah/buildfish@0.6
|
||||||
with:
|
with:
|
||||||
release: latest
|
release: latest
|
||||||
# run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||||
# mkdir -p build ;
|
mkdir -p build ;
|
||||||
# cd build ;
|
cd build ;
|
||||||
# cp -r /share/* . ;
|
cp -r /share/* . ;
|
||||||
# mb2 -t SailfishOS-$RELEASE-armv7hl build ;
|
mb2 -t SailfishOS-$RELEASE-armv7hl build ;
|
||||||
# sudo cp -r RPMS/*.rpm /share/output"
|
sudo cp -r RPMS/*.rpm /share/output"
|
||||||
|
|
Loading…
Reference in a new issue