Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge all things in one workflow file, reducing duplication of CI code #17355

Merged
merged 44 commits into from
Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
91cc122
Include all similar build & test jobs in one yml file
ret2libc Jul 14, 2020
db0c118
Rename release.yml to ci.yml
ret2libc Jul 14, 2020
57fa89a
Run on all push events
ret2libc Jul 14, 2020
3b71eab
test2
ret2libc Jul 14, 2020
24b575a
all
ret2libc Jul 14, 2020
15e19a8
Fix if conditions
ret2libc Jul 14, 2020
815a4e2
test
ret2libc Jul 17, 2020
19eebfd
test
ret2libc Jul 17, 2020
39c1433
test 2
ret2libc Jul 17, 2020
aace95b
test 3
ret2libc Jul 17, 2020
3a03540
Update ci.yml
ret2libc Jul 17, 2020
2ea2b2a
test 4
ret2libc Jul 17, 2020
9cc005d
test 5
ret2libc Jul 17, 2020
fbb6d74
complete
ret2libc Jul 17, 2020
74e63da
Merge remote-tracking branch 'origin/master' into improve-workflow
ret2libc Jul 17, 2020
f7af84a
Merge remote-tracking branch 'origin/master' into improve-workflow
ret2libc Jul 24, 2020
63e3f59
SS
ret2libc Jul 24, 2020
bdf400c
Try a sort of ternary operator
ret2libc Jul 24, 2020
498261d
Revert "Try a sort of ternary operator"
ret2libc Jul 24, 2020
9b79d54
Merge remote-tracking branch 'origin/master' into improve-workflow
ret2libc Jul 27, 2020
f7d0718
Use head_ref
ret2libc Jul 27, 2020
2c755c9
Ignore debian-old test results
ret2libc Jul 27, 2020
9e5c4be
Run -extras plugin on schedule
ret2libc Jul 27, 2020
0abb0e8
Run -extras plugin also on PR
ret2libc Jul 27, 2020
fcbe5d7
Enable also create-tarball when -extras
ret2libc Jul 27, 2020
94b7ef3
Do not make create-tarball depend on centos6, static and debian
ret2libc Jul 27, 2020
47fbed7
Use @v2 instead of @master
ret2libc Jul 28, 2020
d6f66c0
Merge remote-tracking branch 'origin/master' into improve-workflow
ret2libc Jul 30, 2020
07d2411
Split create-release-needs list on multiple lines
ret2libc Jul 30, 2020
672378e
Merge remote-tracking branch 'origin/master' into improve-workflow
ret2libc Aug 3, 2020
fcacd45
Use better names for build-and-test jobs
ret2libc Aug 3, 2020
805cf59
Fix jobs
ret2libc Aug 3, 2020
0870f85
Give proper names to jobs
ret2libc Aug 3, 2020
5a824a0
try to fix
ret2libc Aug 3, 2020
ae792a6
Can't use if with matrix
ret2libc Aug 3, 2020
4a91c0e
Try
ret2libc Aug 3, 2020
291bf53
try to fix 2
ret2libc Aug 3, 2020
187595e
test 2
ret2libc Aug 3, 2020
2bf54ac
test3
ret2libc Aug 3, 2020
42bdb64
Show -tests as green on PR
ret2libc Aug 3, 2020
374467c
Use latest available Python 3.6 for Debian CI
XVilka Aug 7, 2020
d666dbe
Merge remote-tracking branch 'origin/master' into improve-workflow
ret2libc Aug 26, 2020
19ea817
Merge branch 'improve-workflow' of github.com:ret2libc/radare2 into i…
ret2libc Aug 26, 2020
7ca5f4e
Re-remove pr.yaml and static.yaml
ret2libc Aug 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/centos6.yml

This file was deleted.

109 changes: 0 additions & 109 deletions .github/workflows/ci.yaml

This file was deleted.

Loading