added CI configuration
This commit is contained in:
parent
bdb13d9e36
commit
ce38e0db92
|
|
@ -0,0 +1,17 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: ssh
|
||||||
|
name: default
|
||||||
|
|
||||||
|
server:
|
||||||
|
host: 192.168.46.16
|
||||||
|
user: jessequ
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
commands:
|
||||||
|
- mkdir -p build/debug
|
||||||
|
- cd build/debug
|
||||||
|
- /home/jessequ/Qt/Tools/CMake/bin/cmake -S ../.. -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_MAKE_PROGRAM:FILEPATH=/home/jessequ/Qt/Tools/Ninja/ninja -DCMAKE_PREFIX_PATH:PATH=/home/jessequ/Qt/6.7.3/gcc_64 -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/jessequ/Qt/Platforms/package-manager/auto-setup.cmake
|
||||||
|
- /home/jessequ/Qt/Tools/Ninja/ninja
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](http://192.168.46.100:4080/CL-Softwares/QRedis)
|
||||||
|
|
||||||
## QRedis
|
## QRedis
|
||||||
|
|
||||||
QRedis provides a modern Qt client library for communicating with a [Redis server](http://redis.io/). The code compiles exclusively with Qt 5, ensuring years of compatibility down the road. Modified with Qt 6 compatibility by Jesse Qu.
|
QRedis provides a modern Qt client library for communicating with a [Redis server](http://redis.io/). The code compiles exclusively with Qt 5, ensuring years of compatibility down the road. Modified with Qt 6 compatibility by Jesse Qu.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue