fixed bs in workflows
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 1m22s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 1m13s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m0s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 4m48s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m9s
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 1m22s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 1m13s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m0s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 4m48s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m9s
This commit is contained in:
parent
f8892b03bf
commit
9feca42ec5
6
.github/workflows/why2-chat-build.yml
vendored
6
.github/workflows/why2-chat-build.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -54,8 +54,10 @@ jobs:
|
|||||||
- name: Preparation
|
- name: Preparation
|
||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
|
- name: Set up Rust
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Build Chat
|
- name: Build Chat
|
||||||
|
6
.github/workflows/why2-core-test.yml
vendored
6
.github/workflows/why2-core-test.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -58,8 +58,10 @@ jobs:
|
|||||||
- name: Install Valgrind
|
- name: Install Valgrind
|
||||||
run: sudo apt install valgrind
|
run: sudo apt install valgrind
|
||||||
|
|
||||||
|
- name: Set up Rust
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Build WHY2 Test
|
- name: Build WHY2 Test
|
||||||
|
6
.github/workflows/why2-logger-test.yml
vendored
6
.github/workflows/why2-logger-test.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -58,8 +58,10 @@ jobs:
|
|||||||
- name: Install Valgrind
|
- name: Install Valgrind
|
||||||
run: sudo apt install valgrind
|
run: sudo apt install valgrind
|
||||||
|
|
||||||
|
- name: Set up Rust
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Build WHY2 Test
|
- name: Build WHY2 Test
|
||||||
|
6
.github/workflows/why2-project.yml
vendored
6
.github/workflows/why2-project.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -52,8 +52,10 @@ jobs:
|
|||||||
- name: Preparation
|
- name: Preparation
|
||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
|
- name: Set up Rust
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Download WHY2 test project
|
- name: Download WHY2 test project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user