Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
28d20b8f
Commit
28d20b8f
authored
Apr 13, 2022
by
Oran Agra
Browse files
Bring some CI adjustments from 7.0 into 6.2
parent
ba2feb30
Changes
5
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
28d20b8f
...
...
@@ -19,12 +19,15 @@ jobs:
-
name
:
module api test
run
:
./runtest-moduleapi --verbose
build-ubuntu-old
:
runs-on
:
ubuntu-16.04
build-debian-old
:
runs-on
:
ubuntu-latest
container
:
debian:oldoldstable
steps
:
-
uses
:
actions/checkout@v2
-
name
:
make
run
:
make REDIS_CFLAGS='-Werror'
run
:
|
apt-get update && apt-get install -y build-essential
make REDIS_CFLAGS='-Werror'
build-macos-latest
:
runs-on
:
macos-latest
...
...
.github/workflows/daily.yml
View file @
28d20b8f
...
...
@@ -247,16 +247,17 @@ jobs:
run
:
./runtest-cluster
test-freebsd
:
runs-on
:
macos-
latest
runs-on
:
macos-
10.15
if
:
github.repository == 'redis/redis'
timeout-minutes
:
14400
steps
:
-
uses
:
actions/checkout@v2
-
name
:
test
uses
:
vmactions/freebsd-vm@v0.1.
4
uses
:
vmactions/freebsd-vm@v0.1.
6
with
:
usesh
:
true
sync
:
rsync
copyback
:
false
prepare
:
pkg install -y bash gmake lang/tcl86
run
:
>
gmake &&
...
...
runtest
View file @
28d20b8f
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
for
VERSION
in
$TCL_VERSIONS
;
do
...
...
runtest-cluster
View file @
28d20b8f
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
for
VERSION
in
$TCL_VERSIONS
;
do
...
...
runtest-moduleapi
View file @
28d20b8f
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
[
-z
"
$MAKE
"
]
&&
MAKE
=
make
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment