Skip to content

Commit fc50196

Browse files
committed
Docs Enhancement: Cross-Compiling Latest QT Framework for Raspberry Pi (Solved #55)
1 parent 3c9e6f9 commit fc50196

File tree

3 files changed

+865
-13
lines changed

3 files changed

+865
-13
lines changed

.github/workflows/docs.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,35 +111,36 @@ jobs:
111111
run: bash patches/curl_stfp_patcher
112112
shell: bash
113113
if: success()
114-
- name: move_deploy_cross
114+
- name: move_deploy_cli
115115
run: |
116116
mkdir -p $HOME/base
117-
cp docs/cross-gcc.md $HOME/base/README.md
118-
bash utils/SF_docs_deployer -t "cross" -f "base"
117+
cp docs/base-gcc.md $HOME/base/README.md
118+
bash utils/SF_docs_deployer -t "CLI" -f "base"
119119
shell: bash
120120
if: success()
121-
- name: move_deploy_native
121+
- name: move_deploy_cross_64
122122
run: |
123123
mkdir -p $HOME/base
124-
cp docs/native-gcc.md $HOME/base/README.md
125-
bash utils/SF_docs_deployer -t "native" -f "base"
124+
cp docs/gcc64.md $HOME/base/README.md
125+
bash utils/SF_docs_deployer -t "cross_64" -f "base"
126126
shell: bash
127127
if: success()
128-
- name: move_deploy_cross_64
128+
- name: move_deploy_native
129129
run: |
130130
mkdir -p $HOME/base
131-
cp docs/gcc64.md $HOME/base/README.md
132-
bash utils/SF_docs_deployer -t "cross_64" -f "base"
131+
cp docs/native-gcc.md $HOME/base/README.md
132+
bash utils/SF_docs_deployer -t "native" -f "base"
133133
shell: bash
134134
if: success()
135-
- name: move_deploy_cli
135+
- name: move_deploy_cross
136136
run: |
137137
mkdir -p $HOME/base
138-
cp docs/base-gcc.md $HOME/base/README.md
139-
bash utils/SF_docs_deployer -t "CLI" -f "base"
138+
cp docs/cross-gcc.md $HOME/base/README.md
139+
bash utils/SF_docs_deployer -t "cross" -f "base"
140140
shell: bash
141141
if: success()
142-
142+
143+
143144
builder-docs_main:
144145
name: Docs Main Deployer
145146
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)