Skip to content

Commit 5fb7752

Browse files
committed
- Updated requirements for deploying docs to sourceforge
- Small docs fixes
1 parent a739662 commit 5fb7752

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

.github/workflows/builder_0_1.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cp docs/base-gcc.md $HOME/README.md
9393
bash utils/SF_docs_deployer
9494
shell: bash
95-
if: success() && github.event_name == 'push'
95+
if: success() && github.event_name == 'release'
9696
- name: deploy
9797
run: bash utils/SF_deployer
9898
shell: bash
@@ -146,7 +146,7 @@ jobs:
146146
cp docs/cross-gcc.md $HOME/root/README.md
147147
bash utils/SF_docs_deployer
148148
shell: bash
149-
if: success() && github.event_name == 'push'
149+
if: success() && github.event_name == 'release'
150150
- name: deploy
151151
run: bash utils/SF_deployer
152152
shell: bash
@@ -200,7 +200,7 @@ jobs:
200200
cp docs/native-gcc.md $HOME/root/README.md
201201
bash utils/SF_docs_deployer
202202
shell: bash
203-
if: success() && github.event_name == 'push'
203+
if: success() && github.event_name == 'release'
204204
- name: deploy
205205
run: bash utils/SF_deployer
206206
shell: bash

.github/workflows/builder_2_3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ jobs:
137137
cp docs/cross-gcc-buster.md $HOME/README.md
138138
bash utils/SF_docs_deployer
139139
shell: bash
140-
if: success() && github.event_name == 'push' && ${{ matrix.rpios_types }} == "buster"
140+
if: success() && github.event_name == 'release' && ${{ matrix.rpios_types }} == "buster"
141141
- name: after_success_stretch
142142
run: |
143143
cp docs/cross-gcc-stretch.md $HOME/README.md
144144
bash utils/SF_docs_deployer
145145
shell: bash
146-
if: success() && github.event_name == 'push' && ${{ matrix.rpios_types }} == "stretch"
146+
if: success() && github.event_name == 'release' && ${{ matrix.rpios_types }} == "stretch"
147147
- name: deploy
148148
run: bash utils/SF_deployer
149149
shell: bash

.github/workflows/builder_3_plus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@ jobs:
182182
cp docs/native-gcc-buster.md $HOME/README.md
183183
bash utils/SF_docs_deployer
184184
shell: bash
185-
if: success() && github.event_name == 'push' && ${{ matrix.rpios_types }} == "buster"
185+
if: success() && github.event_name == 'release' && ${{ matrix.rpios_types }} == "buster"
186186
- name: after_success_stretch
187187
run: |
188188
cp docs/native-gcc-stretch.md $HOME/README.md
189189
bash utils/SF_docs_deployer
190190
shell: bash
191-
if: success() && github.event_name == 'push' && ${{ matrix.rpios_types }} == "stretch"
191+
if: success() && github.event_name == 'release' && ${{ matrix.rpios_types }} == "stretch"
192192
- name: deploy
193193
run: bash utils/SF_deployer
194194
shell: bash

.github/workflows/builder_64.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cp docs/gcc64.md $HOME/root/README.md
9494
bash utils/SF_docs_deployer
9595
shell: bash
96-
if: success() && github.event_name == 'push'
96+
if: success() && github.event_name == 'release'
9797
- name: deploy
9898
run: bash utils/SF_deployer
9999
shell: bash
@@ -144,7 +144,7 @@ jobs:
144144
cp docs/cross-gcc64.md $HOME/README.md
145145
bash utils/SF_docs_deployer
146146
shell: bash
147-
if: success() && github.event_name == 'push'
147+
if: success() && github.event_name == 'release'
148148
- name: deploy
149149
run: bash utils/SF_deployer
150150
shell: bash
@@ -195,7 +195,7 @@ jobs:
195195
cp docs/native-gcc64.md $HOME/README.md
196196
bash utils/SF_docs_deployer
197197
shell: bash
198-
if: success() && github.event_name == 'push'
198+
if: success() && github.event_name == 'release'
199199
- name: deploy
200200
run: bash utils/SF_deployer
201201
shell: bash

README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4949
## Table of Contents
5050

5151
* [**TL'DR**](#tldr)
52-
* [**New-Release SneekPeak: v3.0**](#new-release-sneekpeak-v30)
52+
* [**New v3.0+ Release SneekPeak**](#new-release-sneekpeak-v30)
5353
* **Precompiled Toolchains: Easy-to-Use**
5454
* [**A. Automated Toolchain Builder Workflow**](#a-automated-toolchain-builder-workflow)
5555
* [**B. Toolchain Binaries description table**](#b-toolchain-binaries-description-table)
@@ -69,6 +69,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
6969

7070
&nbsp;
7171

72+
&nbsp;
73+
7274

7375
### TL'DR
7476

@@ -81,9 +83,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
8183
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a research Student, who's looking for latest easy-to-use precompiled GCC toolchains for their Raspberry Pi project(s)._
8284
8385

86+
&nbsp;
87+
8488
&nbsp;
8589

86-
### New-Release SneekPeak: v3.0
90+
### New v3.0+ Release SneekPeak
8791

8892
- *Automated CI maintained GCC standalone ARM/ARM64 toolchains.*
8993
- *Latest [**GCC 10.1.0**](https://gcc.gnu.org/gcc-10/) toolchains available.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
@@ -185,7 +189,7 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
185189

186190
# <img alt="Banner" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/banners-f.png">
187191

188-
Open source is awesome :heart:
192+
_Open-Source is awesome :heart:_
189193

190194
- This project now provides user-friendly open-sourced bash build-scripts that auto-generates Compressed Cross & Native GCC ARM/ARM64 Toolchain binaries targeting Raspberry Pi 32-bit & 64-bit OSes.
191195

@@ -222,9 +226,8 @@ Open source is awesome :heart:
222226

223227
### Optimization Flags Involved:
224228

225-
**These toolchains are built with these following system-specific LTO _(Link Time Optimization)_ flags, therefore you can easily take advantage of your Raspberry Pi's CPU specific features with these Toolchains while compiling your programs:**
229+
These toolchains are built with these following system-specific LTO _(Link Time Optimization)_ flags, therefore you can easily take advantage of your Raspberry Pi's CPU specific features with these Toolchains while compiling your programs:
226230

227-
**Important:** The latest Raspberry Pi 4 uses a Broadcom BCM2711 SoC with a 1.5 GHz 64-bit quad-core ARM Cortex-A72 processor, that also have armv8-a architecture similar to Raspberry Pi 3B+, therefore it is also officially supported!
228231

229232
| Raspberry Pi Board | Link Time Optimization Flags |
230233
|---|---|
@@ -234,8 +237,11 @@ Open source is awesome :heart:
234237
| Raspberry Pi - *3 & 4 Model A+/B+ & Compute 3/3-lite/3+ (64-Bit)* | `-march=armv8-a+fp+simd` |
235238

236239

240+
**Important: :bulb:** _The latest Raspberry Pi 4 uses a Broadcom BCM2711 SoC with a 1.5 GHz 64-bit quad-core ARM Cortex-A72 processor, that also have armv8-a architecture similar to Raspberry Pi 3B+, therefore it is also officially supported!_
241+
237242
&nbsp;
238243

244+
&nbsp;
239245

240246
# Citing
241247

@@ -253,13 +259,17 @@ Open source is awesome :heart:
253259

254260
&nbsp;
255261

262+
&nbsp;
263+
256264

257265
# Copyright License
258266

259267
**Copyright © 2020 abhiTronix**
260268

261269
This Project source-code and its precompiled binaries are licensed under the [**GPLv3**][license] license.
262270

271+
&nbsp;
272+
263273
&nbsp;
264274

265275

0 commit comments

Comments
 (0)