mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
wip(ci)
This commit is contained in:
parent
9e59db7330
commit
572dba748d
11
.github/workflows/generic-plugins.yml
vendored
11
.github/workflows/generic-plugins.yml
vendored
@ -69,15 +69,10 @@ jobs:
|
|||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
- name: Prepare files for packaging
|
- name: Building generic plugins using Cargo
|
||||||
run: |
|
run: |
|
||||||
echo "Current path: $PWD"
|
source /root/.cargo/env
|
||||||
find / -name env -print
|
cargo build --release
|
||||||
source ~/.cargo/env.sh
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Build using Cargo
|
|
||||||
run: cargo build --release
|
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user