Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sogou/workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jan 3, 2023
2 parents 873ff91 + 4216034 commit 190c007
Show file tree
Hide file tree
Showing 24 changed files with 592 additions and 644 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name : run shared
run: |
xmake f --type=shared
xmake f -k shared
xmake -r
xmake -g test
xmake -g tutorial
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ bazel-*
.idea
cmake-build-debug/
workflow-config.cmake

# xmake configs
.xmake
build.xmake
_include
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ cc_library(
],
deps = [
':common',
':http',
],
visibility = ["//visibility:public"],
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To install the Workflow library for deployment:
sudo apt-get install libworkflow1
~~~~

### Get stated (xmake)
### Get started (xmake)

If you want to use xmake to build workflow, you can see [xmake build document](docs/en/xmake.md)

Expand Down
2 changes: 1 addition & 1 deletion benchmark/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set_default(false)

add_deps("workflow")

if not is_os("macosx") then
if not is_plat("macosx") then
add_ldflags("-lrt")
end

Expand Down
316 changes: 158 additions & 158 deletions docs/en/about-timeout.md

Large diffs are not rendered by default.

Loading

0 comments on commit 190c007

Please sign in to comment.