mirror of
https://github.com/akuker/RASCSI.git
synced 2024-10-12 11:23:43 +00:00
Enable actions on pull request (#1209)
* Update revision for release
* Create sonarcloud.yml
* Update sonarcloud.yml
* Update sonarcloud.yml
* Update sonarcloud.yml
* Update sonarcloud.yml
* Delete sonarcloud.yml
* Update revision number for release
* Remove SonarCloud cache setup as it is now offered by default (#1135)
No need to configure the cache anymore, SonarCloud now has an automatic analysis caching. See https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache.
* Revert "Remove SonarCloud cache setup as it is now offered by default (#1135)" (#1144)
This reverts commit 3ad668cfd1
.
* Update web.yml
* Update cpp.yml
* Update web.yml
* Update build_code.yml
* Update build_code.yml
* Update cpp.yml
* Update web.yml
---------
Co-authored-by: Tony Kuker <akuker@gmail.com>
Co-authored-by: Massimo Paladin <massimo.paladin@gmail.com>
This commit is contained in:
parent
b32027f8c0
commit
74eef6f9cc
13
.github/workflows/build_code.yml
vendored
13
.github/workflows/build_code.yml
vendored
@ -7,6 +7,19 @@ on:
|
||||
- 'cpp/**'
|
||||
- '.github/workflows/build_code.yml'
|
||||
- '.github/workflows/arm_cross_compile.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
- '.github/workflows/build_code.yml'
|
||||
- '.github/workflows/arm_cross_compile.yml'
|
||||
types:
|
||||
- assigned
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
fullspec:
|
||||
|
12
.github/workflows/cpp.yml
vendored
12
.github/workflows/cpp.yml
vendored
@ -6,6 +6,18 @@ on:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
- '.github/workflows/cpp.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
- '.github/workflows/cpp.yml'
|
||||
types:
|
||||
- assigned
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
|
||||
env:
|
||||
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev
|
||||
|
14
.github/workflows/web.yml
vendored
14
.github/workflows/web.yml
vendored
@ -8,6 +8,20 @@ on:
|
||||
- 'python/common/**'
|
||||
- '.github/workflows/web.yml'
|
||||
- 'easyinstall.sh'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'python/web/**'
|
||||
- 'python/common/**'
|
||||
- '.github/workflows/web.yml'
|
||||
- 'easyinstall.sh'
|
||||
types:
|
||||
- assigned
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
backend_checks:
|
||||
|
Loading…
Reference in New Issue
Block a user