Riccardo Schirone
7985537330
Fix pfo command without arguments ( #16961 )
...
* Fix pfo command without arguments
* Fix radare2-ci-tree-sitter tests
2020-05-28 16:29:44 +03:00
karliss
688c411afe
Limit PR build timeout. ( #16952 )
...
Typical runs take 5-15 minutes. Default 6h timeout is too much.
2020-05-27 11:51:54 +08:00
Khairul Azhar Kasmiran
055ee0474a
Add pxe test + convert prc_256.py to pure r2 ( #16838 )
2020-05-18 15:52:18 +02:00
Anton Kochkov
61014e5119
Add docker publish
2020-05-11 18:09:31 +08:00
Riccardo Schirone
a29f0ccce5
Add CI job for CentOS 6 build ( #16712 )
...
* Fix re-definition of RAnalBlockCb and RAnalAddrCb
* Small compilation fixes for gcc-4
* Check PTRACE_GETREGSET before using it
* Add GH workflow to run on centos:6 for prerelease branches
* Fix configure.acr
2020-04-29 19:02:02 +08:00
Riccardo Schirone
db0aa2d796
Restore newshell tests in master branch ( #16691 )
2020-04-23 13:53:03 +08:00
Riccardo Schirone
06ab29b93c
Compile new shell parser by default ( #16660 )
...
* Move radare2-shell-parser/tree-sitter into shlr
* compile new shell parser by default, available with cfg.newshell variable
* Add README for radare2-shell-parser
* Improve CI
* Add gitattributes file
2020-04-21 13:44:30 +02:00
Riccardo Schirone
29494cafcf
Add static build GH action
...
* Run CI also on PR that has the 'static' string in branch name
2020-04-20 14:25:28 +02:00
Riccardo Schirone
c00fabddc5
Enforce newshell build from now on ( #16639 )
2020-04-19 21:00:06 +02:00
Riccardo Schirone
08210f3d0e
Improve newshell.yaml and use better names for GH builds ( #16588 )
...
* Try to run newshell tests on newshell- PRs
GH actions pull_request.branches only filter the base branch.
* Make it clearer which builds run tests and which do not
2020-04-14 17:46:01 +08:00
Anton Kochkov
99c88738b7
Better Coverity Scan GHA job name
2020-04-10 17:10:12 +08:00
Riccardo Schirone
ad17ab6d81
Run newshell tests when PR is newshell-* ( #16481 )
...
Split the workflow in a separate file
2020-04-09 11:50:41 +08:00
Riccardo Schirone
6304c2db95
Allow to run travis jobs if special branch names are used ( #16476 )
2020-04-08 14:03:26 +02:00
Anton Kochkov
e38e31e52f
Update GitHub autolabeler ( #16475 )
2020-04-08 12:38:40 +08:00
Riccardo Schirone
88ad1ccd4a
Add GitHub actions for push to master as well ( #16454 )
...
Instead of using a full matrix, just add the builds we care about
2020-04-07 12:40:15 +02:00
Riccardo Schirone
6136666e9c
Create more GitHub Actions jobs for meson and gcc/clang ##build ( #16442 )
...
* Create more GitHub Actions jobs for meson and gcc/clang
* Add workflow for GitHub Actions when we commit in master
2020-04-07 11:31:05 +08:00
Florian Märkl
91c58506e5
Enable R2R in C for all CI except Windows ( #16354 ) ##test
2020-04-01 23:16:02 +02:00
pancake
12a925c685
Fix warnings and solve the Gitlab CI
2020-03-31 17:06:40 +02:00
davidpolverari
823ab26095
Fix coverity-scan GitHub Action for forked repos ( #16261 )
...
Makes the coverity scan neither download of the Coverity Build Tool nor
execute any of the following steps for forked repositories, avoiding
sending GitHub alerts to those repo owners.
2020-03-20 12:25:07 +08:00
Maijin
2e9607dc54
Add .github/workflows auto-labeler infrastructure ( #16154 )
...
Add .github/workflows auto-labeler infrastructure
2020-03-09 12:00:22 +08:00
Khairul Azhar Kasmiran
a2e3a142e1
Use absolute URLs in pull request template ( #16036 )
2020-02-23 19:45:01 +02:00
Anton Kochkov
878519d552
Fixes for GitHub Actions ( #16001 )
2020-02-20 21:16:50 +08:00
Itay Cohen
e4d3f7d9c8
Add GitHub template for new pull requests ( #15907 )
...
Add GitHub template for new pull requests
2020-01-30 10:22:39 +02:00
Maijin
03d4488588
Add r2r auto-label for tests ( #15902 )
...
Add r2r auto-label for tests
2020-01-27 07:44:14 +01:00
Anton Kochkov
d98c43450f
Enable V testsuite on GitHub CI ( #15796 )
...
* Enable V testsuite on GitHub CI
2020-01-20 21:03:36 +08:00
Florian Märkl
ae61aa8e37
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
Anton Kochkov
fec6330108
Coverity Scan GitHub Action ( #15539 )
2019-12-03 01:44:54 -06:00
GustavoLCR
fa594f6e74
Fix labeler environment
2019-11-28 14:46:03 -03:00
GustavoLCR
511e837341
Switch labeler to periodic-labeler ( #15517 )
...
With https://github.com/actions/labeler/issues/12
being an issue, the action's labeler is useless for PRs that come from a fork.
This one runs on a cron timer instead and doesn't suffer from the same issue.
2019-11-28 17:55:58 +01:00
GustavoLCR
9c08b9e4c0
Add pull request labeler ( #15503 )
2019-11-26 00:34:47 -06:00
Anton Kochkov
dce959d2af
Inital GitHub Actions ( #15467 )
...
* Inital GitHub Actions
* Disable Windows for now
* Disable tests for now
2019-11-21 22:54:08 -06:00
Anton Kochkov
1eb3fe25c9
Fix regressions URL ( #15027 )
2019-09-13 16:49:23 +08:00
Anton Kochkov
b22d9f3065
Fix grammar across the code
2019-06-18 14:51:30 +08:00
Maijin
29504f8ed1
Remove legacy issue templates and use modern one's ##docs
2018-11-03 13:15:44 +01:00
Maijin
0e24795912
Update ISSUE_TEMPLATE.md
2018-02-18 09:27:47 +01:00
Maijin
2697520f4c
Update ISSUE_TEMPLATE.md
2018-02-18 09:27:08 +01:00
Giuseppe
d6047b24ff
Fix typo ( #9264 )
2018-01-29 23:45:51 +01:00
sivaramaaa
7d29a65070
Make providing binary or link in issue_template mandatory ( #9205 )
...
* Make providing binary or link mandatory
* Update ISSUE_TEMPLATE.md
2018-01-16 10:42:08 +01:00
Lowly Worm
1154c4e86b
use gist instead of pastebin for the issue template
2018-01-04 14:19:41 -05:00
Maijin
8526f33934
Update ISSUE_TEMPLATE.md
2018-01-04 01:32:21 +01:00
Maijin
469e8112f5
Add an issue template
2017-12-27 21:21:56 +01:00