Skip to content

Commit

Permalink
Coro http server (qicosmos#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Oct 16, 2023
1 parent 28886fb commit 712dab7
Show file tree
Hide file tree
Showing 18 changed files with 1,608 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
- master
- cpp20_base
- coro_http_server
pull_request:
branches:
- main
- master
- cpp20_base
- coro_http_server

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
- master
- cpp20_base
- coro_http_server
pull_request:
branches:
- main
- master
- cpp20_base
- coro_http_server

jobs:
build_by_clang:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
- master
- cpp20_base
- coro_http_server
pull_request:
branches:
- main
- master
- cpp20_base
- coro_http_server

jobs:
build_by_gcc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- master
- cpp20_base
- coro_http_server

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
- master
- cpp20_base
- coro_http_server
pull_request:
branches:
- main
- master
- cpp20_base
- coro_http_server

jobs:
build_on_mac:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Windows Server 2022

on:
push:
branches: [ main, master, cpp20_base ]
branches: [ main, master, coro_http_server ]
pull_request:
branches: [ main, master, cpp20_base ]
branches: [ main, master, coro_http_server ]

jobs:
build_on_windows:
Expand Down
Loading

0 comments on commit 712dab7

Please sign in to comment.