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
568dfd4b
Unverified
Commit
568dfd4b
authored
Oct 29, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Oct 29, 2019
Browse files
Merge pull request #6470 from gkorland/CI
Add Github action for CI
parents
94973fd0
0381f14a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
0 → 100644
View file @
568dfd4b
name
:
CI
on
:
[
push
,
pull_request
]
jobs
:
build-ubuntu
:
strategy
:
matrix
:
platform
:
[
ubuntu-latest
,
ubuntu-16.04
]
runs-on
:
${{ matrix.platform }}
steps
:
-
uses
:
actions/checkout@v1
-
name
:
make
run
:
make
-
name
:
test
run
:
|
sudo apt-get install tcl8.5
make test
build-macos-latest
:
strategy
:
matrix
:
platform
:
[
macos-latest
,
macOS-10.14
]
runs-on
:
${{ matrix.platform }}
steps
:
-
uses
:
actions/checkout@v1
-
name
:
make
run
:
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