Merge branch 'unstable' of https://github.com/JohnSully/KeyDB into unstable
Former-commit-id: c78895aaea4bbe058f49e28151238f4a4c8bae60
This commit is contained in:
commit
2a73085de9
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
@ -9,20 +9,33 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install uuid-dev libcurl4-openssl-dev
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
make
|
make -j2
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install tcl8.5
|
sudo apt-get -y install tcl8.5
|
||||||
|
./runtest --clients 2 --verbose
|
||||||
|
|
||||||
|
test-ubuntu-arm:
|
||||||
|
runs-on: [self-hosted, linux, arm]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: make
|
||||||
|
run: |
|
||||||
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
|
make -j4
|
||||||
|
- name: test
|
||||||
|
run: |
|
||||||
|
sudo apt-get -y install tcl8.5
|
||||||
./runtest --clients 2 --verbose
|
./runtest --clients 2 --verbose
|
||||||
|
|
||||||
build-ubuntu-old:
|
build-ubuntu-old:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make -j2
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install uuid-dev libcurl4-openssl-dev
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
make
|
make
|
||||||
|
|
||||||
build-macos-latest:
|
build-macos-latest:
|
||||||
@ -30,4 +43,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make -j2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user