Skip to content

Commit

Permalink
modify workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
menshibin committed Apr 16, 2024
1 parent 0c30700 commit 3f392b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ jobs:
ref: '3.0'
submodules: 'recursive'

- name: Build TDengine
run: |
- name: install TDengine
run: |
cd TDengine
mkdir debug
cd debug
cmake .. -DBUILD_JDBC=false -DBUILD_TOOLS=false -DBUILD_HTTP=false
make -j
cmake .. -DBUILD_HTTP=false -DBUILD_JDBC=false -DBUILD_TOOLS=false -DBUILD_TEST=off
make -j 4
sudo make install
which taosd
which taosadapter
- name: start taosd
run: |
Expand Down

0 comments on commit 3f392b4

Please sign in to comment.