Skip to content

Commit

Permalink
fixup bfdev: added submodule dirctory
Browse files Browse the repository at this point in the history
Signed-off-by: John Sanpe <sanpeqf@gmail.com>
  • Loading branch information
sanpeqf committed Mar 24, 2024
1 parent cc013e8 commit cb02958
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 */2 * * *'
- cron: '43 23 * * 4'

env:
BUILD_TYPE: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 */2 * * *'
- cron: '43 23 * * 4'

env:
BUILD_TYPE: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 */2 * * *'
- cron: '43 23 * * 4'

env:
BUILD_TYPE: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 */2 * * *'
- cron: '43 23 * * 4'

env:
BUILD_TYPE: Debug
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This program can easily download firmware to w800 series devices, as well as mod

## Continuous Integration Status

| Status (master) | Status (devel) | Description |
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------: |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-gcc.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-gcc.yml?query=branch%3Amaster) | [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-gcc.yml/badge.svg?branch=devel)](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-gcc.yml?query=branch%3Adevel) | Build default config on Ubuntu gcc |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-clang.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-clang.yml?query=branch%3Amaster) | [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-clang.yml/badge.svg?branch=devel)](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-clang.yml?query=branch%3Adevel) | Build default config on Ubuntu clang |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/macos.yml?query=branch%3Amaster) | [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/macos.yml/badge.svg?branch=devel)](https://github.com/JohnSanpe/w80xprog/actions/workflows/macos.yml?query=branch%3Adevel) | Build default config on Macos |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/windows.yml?query=branch%3Amaster) | [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/windows.yml/badge.svg?branch=devel)](https://github.com/JohnSanpe/w80xprog/actions/workflows/windows.yml?query=branch%3Adevel) | Build default config on Windows |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/codeql.yml?query=branch%3Amaster) | [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/codeql.yml/badge.svg?branch=devel)](https://github.com/JohnSanpe/w80xprog/actions/workflows/codeql.yml?query=branch%3Adevel) | Code analyse on codeql |
| Status (master) | Description |
| :---------------: | :-----------: |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-gcc.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-gcc.yml?query=branch%3Amaster) | Build default config on Ubuntu gcc |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-clang.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/ubuntu-clang.yml?query=branch%3Amaster) | Build default config on Ubuntu clang |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/macos.yml?query=branch%3Amaster) | Build default config on Macos |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/windows.yml?query=branch%3Amaster) | Build default config on Windows |
| [![build status](https://github.com/JohnSanpe/w80xprog/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/JohnSanpe/w80xprog/actions/workflows/codeql.yml?query=branch%3Amaster) | Code analyse on codeql |
1 change: 1 addition & 0 deletions bfdev
Submodule bfdev added at 5670ad

0 comments on commit cb02958

Please sign in to comment.