We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a002731 commit 35ee595Copy full SHA for 35ee595
.github/workflows/build.yml
@@ -17,4 +17,4 @@ jobs:
17
sudo apt install libgtest-dev libgmock-dev libmosquitto-dev
18
- uses: actions/checkout@v2
19
- name: build
20
- run: make 3rd-party modules RELEASE=1 STAGING_DIR=$HOME/.tbox
+ run: make
config.mk
@@ -10,12 +10,12 @@ MODULES += main
10
MODULES += run
11
12
## 非核心模块,请根据需要选择
13
-#MODULES += coroutine
14
-#MODULES += http
15
-#MODULES += mqtt
16
-#MODULES += flow
-#MODULES += alarm
-#MODULES += crypto
+MODULES += coroutine
+MODULES += http
+MODULES += mqtt
+MODULES += flow
+MODULES += alarm
+MODULES += crypto
## 第三方库依赖
21
THIRDPARTY += nlohmann
0 commit comments