Skip to content

Commit f35f643

Browse files
committed
only build lint and android for testin
1 parent cf6f9bf commit f35f643

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

.github/workflows/ci.yml

-52
Original file line numberDiff line numberDiff line change
@@ -59,55 +59,3 @@ jobs:
5959
with:
6060
path: frontends/android/BitBoxApp/app/build/outputs/apk/debug/app-debug.apk
6161
name: BitBoxApp-android-${{github.sha}}.apk
62-
qt-linux:
63-
runs-on: ubuntu-22.04
64-
steps:
65-
- name: Clone the repo
66-
uses: actions/checkout@v2
67-
with:
68-
submodules: recursive
69-
- name: Build Qt-Linux
70-
run: ./scripts/github-ci.sh qt-linux
71-
env:
72-
OS_NAME: linux
73-
- name: Upload AppImage
74-
uses: actions/upload-artifact@v2
75-
with:
76-
path: frontends/qt/build/linux/BitBoxApp-*.AppImage
77-
name: BitBoxApp-linux-${{github.sha}}.AppImage
78-
- name: Upload deb
79-
uses: actions/upload-artifact@v2
80-
with:
81-
path: frontends/qt/build/linux/bitbox_*.deb
82-
name: BitBoxApp-linux-${{github.sha}}.deb
83-
- name: Upload rpm
84-
uses: actions/upload-artifact@v2
85-
with:
86-
path: frontends/qt/build/linux/bitbox-*.rpm
87-
name: BitBoxApp-linux-${{github.sha}}.rpm
88-
macos:
89-
runs-on: macos-12
90-
steps:
91-
- name: Clone the repo
92-
uses: actions/checkout@v2
93-
with:
94-
submodules: recursive
95-
- name: Install Go
96-
uses: actions/setup-go@v2
97-
with:
98-
go-version: 1.20.x
99-
- name: Build macOS app
100-
run: >
101-
./scripts/github-ci.sh qt-osx;
102-
env:
103-
OS_NAME: osx
104-
- name: Archive app
105-
run: >
106-
pushd ~/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/build/osx;
107-
ditto -c -k --keepParent BitBox.app ${{github.workspace}}/BitBoxApp-macos.zip;
108-
popd;
109-
- name: Upload app
110-
uses: actions/upload-artifact@v2
111-
with:
112-
path: BitBoxApp-macos.zip
113-
name: BitBoxApp-macos-${{github.sha}}.zip

0 commit comments

Comments
 (0)