File tree 1 file changed +0
-52
lines changed
1 file changed +0
-52
lines changed Original file line number Diff line number Diff line change 59
59
with :
60
60
path : frontends/android/BitBoxApp/app/build/outputs/apk/debug/app-debug.apk
61
61
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
You can’t perform that action at this time.
0 commit comments