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
5e841b55
Commit
5e841b55
authored
Apr 13, 2022
by
Oran Agra
Browse files
Bring some CI adjustments from 7.0 into 6.0
parent
04ca7d8a
Changes
4
Show whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
5e841b55
...
@@ -18,12 +18,15 @@ jobs:
...
@@ -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
...
...
runtest
View file @
5e841b55
#!/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
...
...
runtest-cluster
View file @
5e841b55
#!/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
...
...
runtest-moduleapi
View file @
5e841b55
#!/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
...
...
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