Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
8747c004
Commit
8747c004
authored
May 17, 2022
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: upload test result data as artifacts
parent
fd8d3673
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
.github/workflows/main.yml
+17
-0
No files found.
.github/workflows/main.yml
View file @
8747c004
...
@@ -85,6 +85,7 @@ jobs:
...
@@ -85,6 +85,7 @@ jobs:
matrix
:
matrix
:
platform
:
platform
:
-
name
:
"
Linux
(Xenial,
GCC,
OpenSSL)"
-
name
:
"
Linux
(Xenial,
GCC,
OpenSSL)"
id
:
xenial-gcc-openssl
container
:
container
:
name
:
xenial
name
:
xenial
env
:
env
:
...
@@ -93,6 +94,7 @@ jobs:
...
@@ -93,6 +94,7 @@ jobs:
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON -DDEBUG_STRICT_ALLOC=ON -DDEBUG_STRICT_OPEN=ON
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON -DDEBUG_STRICT_ALLOC=ON -DDEBUG_STRICT_OPEN=ON
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
Linux (Xenial, GCC, mbedTLS)
-
name
:
Linux (Xenial, GCC, mbedTLS)
id
:
xenial-gcc-mbedtls
container
:
container
:
name
:
xenial
name
:
xenial
env
:
env
:
...
@@ -101,6 +103,7 @@ jobs:
...
@@ -101,6 +103,7 @@ jobs:
CMAKE_OPTIONS
:
-DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON
CMAKE_OPTIONS
:
-DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
"
Linux
(Xenial,
Clang,
OpenSSL)"
-
name
:
"
Linux
(Xenial,
Clang,
OpenSSL)"
id
:
xenial-clang-openssl
container
:
container
:
name
:
xenial
name
:
xenial
env
:
env
:
...
@@ -109,6 +112,7 @@ jobs:
...
@@ -109,6 +112,7 @@ jobs:
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
"
Linux
(Xenial,
Clang,
mbedTLS)"
-
name
:
"
Linux
(Xenial,
Clang,
mbedTLS)"
id
:
xenial-clang-mbedtls
container
:
container
:
name
:
xenial
name
:
xenial
env
:
env
:
...
@@ -117,6 +121,7 @@ jobs:
...
@@ -117,6 +121,7 @@ jobs:
CMAKE_GENERATOR
:
Ninja
CMAKE_GENERATOR
:
Ninja
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
"
Linux
(MemorySanitizer)"
-
name
:
"
Linux
(MemorySanitizer)"
id
:
memorysanitizer
container
:
container
:
name
:
focal
name
:
focal
env
:
env
:
...
@@ -130,6 +135,7 @@ jobs:
...
@@ -130,6 +135,7 @@ jobs:
UBSAN_OPTIONS
:
print_stacktrace=1
UBSAN_OPTIONS
:
print_stacktrace=1
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
"
Linux
(UndefinedBehaviorSanitizer)"
-
name
:
"
Linux
(UndefinedBehaviorSanitizer)"
id
:
ubsanitizer
container
:
container
:
name
:
focal
name
:
focal
env
:
env
:
...
@@ -143,6 +149,7 @@ jobs:
...
@@ -143,6 +149,7 @@ jobs:
UBSAN_OPTIONS
:
print_stacktrace=1
UBSAN_OPTIONS
:
print_stacktrace=1
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
"
Linux
(ThreadSanitizer)"
-
name
:
"
Linux
(ThreadSanitizer)"
id
:
threadsanitizer
container
:
container
:
name
:
focal
name
:
focal
env
:
env
:
...
@@ -157,6 +164,7 @@ jobs:
...
@@ -157,6 +164,7 @@ jobs:
TSAN_OPTIONS
:
suppressions=/home/libgit2/source/script/thread-sanitizer.supp second_deadlock_stack=1
TSAN_OPTIONS
:
suppressions=/home/libgit2/source/script/thread-sanitizer.supp second_deadlock_stack=1
os
:
ubuntu-latest
os
:
ubuntu-latest
-
name
:
"
macOS"
-
name
:
"
macOS"
id
:
macos
os
:
macos-10.15
os
:
macos-10.15
env
:
env
:
CC
:
clang
CC
:
clang
...
@@ -166,6 +174,7 @@ jobs:
...
@@ -166,6 +174,7 @@ jobs:
SKIP_NEGOTIATE_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
setup-script
:
osx
setup-script
:
osx
-
name
:
"
Windows
(amd64,
Visual
Studio)"
-
name
:
"
Windows
(amd64,
Visual
Studio)"
id
:
windows-amd64-vs
os
:
windows-2019
os
:
windows-2019
env
:
env
:
ARCH
:
amd64
ARCH
:
amd64
...
@@ -174,6 +183,7 @@ jobs:
...
@@ -174,6 +183,7 @@ jobs:
SKIP_SSH_TESTS
:
true
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
-
name
:
"
Windows
(x86,
Visual
Studio)"
-
name
:
"
Windows
(x86,
Visual
Studio)"
id
:
windows-x86-vs
os
:
windows-2019
os
:
windows-2019
env
:
env
:
ARCH
:
x86
ARCH
:
x86
...
@@ -182,6 +192,7 @@ jobs:
...
@@ -182,6 +192,7 @@ jobs:
SKIP_SSH_TESTS
:
true
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
-
name
:
"
Windows
(amd64,
mingw)"
-
name
:
"
Windows
(amd64,
mingw)"
id
:
windows-amd64-mingw
os
:
windows-2019
os
:
windows-2019
setup-script
:
mingw
setup-script
:
mingw
env
:
env
:
...
@@ -193,6 +204,7 @@ jobs:
...
@@ -193,6 +204,7 @@ jobs:
SKIP_SSH_TESTS
:
true
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
-
name
:
"
Windows
(x86,
mingw)"
-
name
:
"
Windows
(x86,
mingw)"
id
:
windows-x86-mingw
os
:
windows-2019
os
:
windows-2019
setup-script
:
mingw
setup-script
:
mingw
env
:
env
:
...
@@ -265,6 +277,11 @@ jobs:
...
@@ -265,6 +277,11 @@ jobs:
../source/ci/test.sh
../source/ci/test.sh
fi
fi
shell
:
bash
shell
:
bash
-
name
:
Upload test results
uses
:
actions/upload-artifact@v3
with
:
name
:
test_results_${{ matrix.platform.id }}
path
:
build/results_*.xml
# Generate documentation using docurium. We'll upload the documentation
# Generate documentation using docurium. We'll upload the documentation
# as a build artifact so that it can be reviewed as part of a pull
# as a build artifact so that it can be reviewed as part of a pull
...
...
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