Commit graph

186 commits

Author SHA1 Message Date
Riccardo Schirone
dce349dc72 ci: Fix non-pullrequests events by specifying 'base' field (2nd try) 2021-08-17 16:00:35 +02:00
Riccardo Schirone
7bff56b897 ci: Fix non-pullrequests events by specifying 'base' field 2021-08-17 15:58:14 +02:00
Anton Kochkov
f273ea32da
Run Coverity on Tuesday and Thursday 2021-08-17 07:30:41 +08:00
Anton Kochkov
ed53bad2d6 Enable TinyCC tests 2021-08-10 15:20:46 +08:00
Giovanni
a72e012618
Allow capstone next to fail (#1378) 2021-07-29 12:47:44 +02:00
Riccardo Schirone
d6319c0d2c
Few SPDX info addition and REUSE lint to CI (#1274)
* Download missing MS-PL license
* Missing copyrights + some licenses
* Add REUSE linter to CI
* Python linter fixes on cmd_descs_generate.py
* Remove unused MPL-1.1 license
* Use with in check_meson_subproject.py script
2021-07-07 16:09:57 +08:00
Florian Märkl
76d6193c6b
Always Upload Test Results in GHA (#1207) 2021-06-10 21:08:32 +02:00
Alexis Ehret
a570557990 Disable optional code analysis ##test 2021-06-07 11:58:18 +02:00
Anton Kochkov
d6da1ddd54
Update TinyCC commit for CI (#1130) 2021-05-14 19:48:00 +08:00
Anton Kochkov
f610b1f38f
Fix Coverity CI submission 2021-04-02 20:06:00 +08:00
Anton Kochkov
8dd3a61171 Fix Coverity Scan CI job 2021-04-02 18:18:25 +08:00
Florian Märkl
1545129388 Enable RZ_ASSERT_STDOUT for a PR Job 2021-03-20 12:32:24 +01:00
Khairul Azhar Kasmiran
7a4f9b3201
Set CI buildtypes to highest opt level possible and set default buildtype to debugoptimized (#260)
* Set default meson buildtype to debugoptimized
* Add separate Codecov build and remove linux-meson-gcc-build build
* Set test buildtypes to highest optimization level possible
* Run Codecov build only on dev branch
2021-03-10 18:00:56 +08:00
Florian Märkl
820615969a
Make clang-format.py call clang-format just once (#801) 2021-03-09 23:31:58 +08:00
Riccardo Schirone
084ea0a424 build: improve documentation for static building 2021-03-03 09:57:10 +01:00
Riccardo Schirone
6491975461 ci: fix tag generated for container 2021-02-26 21:49:40 +01:00
Riccardo Schirone
e1dcc69150 ci: fix tags filter 2021-02-26 20:55:28 +01:00
Riccardo Schirone
e70999e9d8
ci: push Docker tag also for tagged release (#627) 2021-02-26 18:48:17 +01:00
Anton Kochkov
09a473bb23 Use 'fetch-depth: 2' for actions/checkout 2021-02-25 20:27:50 +08:00
Riccardo Schirone
0a66fcbae3 ci: use -Dportable when compiling static builds 2021-02-25 19:41:38 +08:00
Riccardo Schirone
66a0024c3d ci: adapt cmd_descs linter check to new layout 2021-02-25 10:19:13 +01:00
Riccardo Schirone
e09e77aa1b ci: detect changes to .yaml files as well 2021-02-25 10:19:13 +01:00
Riccardo Schirone
cfbaf9ba68 ci: make sure to run tree-sitter tests 2021-02-25 10:19:13 +01:00
Anton Kochkov
0e950fb172 Update used TinyCC commit 2021-02-22 17:02:56 +08:00
Alexis Ehret
ae3fcc9d08 Disable clang analysis CI 2021-02-21 20:22:15 +01:00
Khairul Azhar Kasmiran
9f8f765578
Add test for bb overlapping fcn start (#643)
* Add test for bb overlapping fcn start

* Run tests on test changes by adding test/ to whitelist in ci.yml, .appveyor.yml and tcc.yml
2021-02-17 19:37:47 +08:00
Alexis Ehret
efc5954eb9 Fix code-scanning filtering for javascript / python 2021-02-15 10:24:46 +01:00
Alexis Ehret
8eae11ae4e Fix coding style python files (black, isort) 2021-02-15 10:24:46 +01:00
Alexis Ehret
d6b99195a5 Add workflow linter python 2021-02-15 10:24:46 +01:00
Alexis Ehret
a3f99ecf19 Move the conditional skip for ci.yml 2021-02-15 09:52:07 +01:00
Alexis Ehret
7e10f714a4
Fix no git repository on master (CI) (#621) 2021-02-14 21:32:37 +01:00
Alexis Ehret
6ccd1d1926 Add filter step for ci.yml 2021-02-13 20:36:29 +01:00
Alexis Ehret
09d7de4148 Add filter step for tcc.yml 2021-02-13 20:36:29 +01:00
Alexis Ehret
a250dd0b74 Add filter step for code-scanning.yml 2021-02-13 20:36:29 +01:00
Alexis Ehret
535a677f3f Add filter step for linter.yml 2021-02-13 20:36:29 +01:00
Riccardo Schirone
f5a8be350d
CI: Make sure to test src tarball (#600) 2021-02-13 16:17:07 +01:00
Riccardo Schirone
af5ebbb925
Dockerfile: take rizin source code from context (#602) 2021-02-12 19:48:12 +01:00
Alexis Ehret
82d1464f94 Add prettier - js coding style 2021-02-12 17:30:02 +01:00
Riccardo Schirone
0caa4bdca1 ci: download all meson subprojects before building container 2021-02-12 11:08:51 +08:00
Riccardo Schirone
1ea1d265b6 Move libuv to meson subproject wrap
* disable werror on libuv, it would fail otherwise
* ci.yml: use --werror instead of changing CFLAGS
* keep libuv optional but used by default
2021-02-12 11:08:51 +08:00
Riccardo Schirone
af1b15e6b7 ci: install meson before using it in publish-docker-image 2021-02-11 23:38:02 +01:00
Riccardo Schirone
dc5d5f44c2 ci: pre-download meson subprojects because of no-network containers 2021-02-11 23:35:47 +01:00
Alexis Ehret
6a95f3f233 Refacto code scanning CI with matrix 2021-02-11 17:29:58 +01:00
Alexis Ehret
a45388ff75 Update code analysis: treat warnings as errors 2021-02-11 17:29:58 +01:00
Alexis Ehret
b81c9894ac Merge all code scanning (CI) files 2021-02-11 17:29:58 +01:00
Anton Kochkov
cca2e0b7a1 Fix TinyCC CI build 2021-02-11 19:50:33 +08:00
Alexis Ehret
6820f2e0fa Add paths ignore (clang, codeql) with jq 2021-02-11 11:05:08 +01:00
Alexis Ehret
19f0699115 Add ignore paths codeql, remove CI warnings
* Add ignore paths for codeql analysis (python, javascript)
* Remove checkout HEAD^2 from codeql analysis
* Disable setup python dependencies codeql
2021-02-10 22:12:28 +01:00
Riccardo Schirone
23b9304e3e
Use gzip when compressing android release archives (#575) 2021-02-10 22:33:09 +08:00
Riccardo Schirone
3b4ed65c66
Provide both x86/x64 windows installers (#548) 2021-02-09 20:46:02 +00:00