mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
Bring some CI adjustments from 7.0 into 6.0
This commit is contained in:
parent
04ca7d8aee
commit
5e841b5533
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -18,12 +18,15 @@ jobs:
|
|||||||
- name: module api test
|
- name: module api test
|
||||||
run: ./runtest-moduleapi --verbose
|
run: ./runtest-moduleapi --verbose
|
||||||
|
|
||||||
build-ubuntu-old:
|
build-debian-old:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
|
container: debian:oldoldstable
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: |
|
||||||
|
apt-get update && apt-get install -y build-essential
|
||||||
|
make
|
||||||
|
|
||||||
build-macos-latest:
|
build-macos-latest:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
2
runtest
2
runtest
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
TCL_VERSIONS="8.5 8.6"
|
TCL_VERSIONS="8.5 8.6 8.7"
|
||||||
TCLSH=""
|
TCLSH=""
|
||||||
|
|
||||||
for VERSION in $TCL_VERSIONS; do
|
for VERSION in $TCL_VERSIONS; do
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
TCL_VERSIONS="8.5 8.6"
|
TCL_VERSIONS="8.5 8.6 8.7"
|
||||||
TCLSH=""
|
TCLSH=""
|
||||||
|
|
||||||
for VERSION in $TCL_VERSIONS; do
|
for VERSION in $TCL_VERSIONS; do
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
TCL_VERSIONS="8.5 8.6"
|
TCL_VERSIONS="8.5 8.6 8.7"
|
||||||
TCLSH=""
|
TCLSH=""
|
||||||
|
|
||||||
for VERSION in $TCL_VERSIONS; do
|
for VERSION in $TCL_VERSIONS; do
|
||||||
|
Loading…
Reference in New Issue
Block a user