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
2f4e9c3f
Unverified
Commit
2f4e9c3f
authored
Jul 19, 2020
by
Scott Brenner
Committed by
GitHub
Jul 20, 2020
Browse files
GitHub Actions workflows - use latest version of actions/checkout (#7534)
parent
416f3f20
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
2f4e9c3f
...
@@ -7,7 +7,7 @@ jobs:
...
@@ -7,7 +7,7 @@ jobs:
test-ubuntu-latest
:
test-ubuntu-latest
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make
run
:
make
-
name
:
test
-
name
:
test
...
@@ -20,21 +20,21 @@ jobs:
...
@@ -20,21 +20,21 @@ jobs:
build-ubuntu-old
:
build-ubuntu-old
:
runs-on
:
ubuntu-16.04
runs-on
:
ubuntu-16.04
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make
run
:
make
build-macos-latest
:
build-macos-latest
:
runs-on
:
macos-latest
runs-on
:
macos-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make
run
:
make
build-32bit
:
build-32bit
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
|
run
:
|
sudo apt-get update && sudo apt-get install libc6-dev-i386
sudo apt-get update && sudo apt-get install libc6-dev-i386
...
@@ -43,7 +43,7 @@ jobs:
...
@@ -43,7 +43,7 @@ jobs:
build-libc-malloc
:
build-libc-malloc
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make MALLOC=libc
run
:
make MALLOC=libc
.github/workflows/daily.yml
View file @
2f4e9c3f
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make
run
:
make
-
name
:
test
-
name
:
test
...
@@ -30,7 +30,7 @@ jobs:
...
@@ -30,7 +30,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make MALLOC=libc
run
:
make MALLOC=libc
-
name
:
test
-
name
:
test
...
@@ -48,7 +48,7 @@ jobs:
...
@@ -48,7 +48,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
|
run
:
|
sudo apt-get update && sudo apt-get install libc6-dev-i386
sudo apt-get update && sudo apt-get install libc6-dev-i386
...
@@ -70,7 +70,7 @@ jobs:
...
@@ -70,7 +70,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
|
run
:
|
make BUILD_TLS=yes
make BUILD_TLS=yes
...
@@ -90,7 +90,7 @@ jobs:
...
@@ -90,7 +90,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
make
-
name
:
make
run
:
make valgrind
run
:
make valgrind
-
name
:
test
-
name
:
test
...
...
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