mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
parent
0d3022dac2
commit
100dc04748
1 changed files with 5 additions and 4 deletions
|
@ -25,12 +25,13 @@ build:
|
||||||
env:
|
env:
|
||||||
PREFIX: ${{prefix}}
|
PREFIX: ${{prefix}}
|
||||||
BUILD_TLS: yes
|
BUILD_TLS: yes
|
||||||
|
linux/x86-64:
|
||||||
|
CFLAGS: -fPIC
|
||||||
|
CXXFLAGS: -fPIC
|
||||||
|
LDFLAGS: -pie
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script: |
|
||||||
redis-server --test-memory 2
|
|
||||||
redis-cli --version
|
|
||||||
redis-benchmark --version
|
|
||||||
|
|
||||||
redis-server --daemonize yes
|
redis-server --daemonize yes
|
||||||
redis-cli --raw SET key123 value123
|
redis-cli --raw SET key123 value123
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue