moved rust-toolchain to WHY2 install step
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m8s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 0s
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 0s
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 0s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 0s
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m8s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 0s
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 0s
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 0s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 0s
This commit is contained in:
parent
be94830e84
commit
f8892b03bf
2
.github/workflows/why2-chat-build.yml
vendored
2
.github/workflows/why2-chat-build.yml
vendored
@ -39,7 +39,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -56,6 +55,7 @@ jobs:
|
|||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2
|
||||||
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Build Chat
|
- name: Build Chat
|
||||||
|
2
.github/workflows/why2-core-test.yml
vendored
2
.github/workflows/why2-core-test.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -60,6 +59,7 @@ jobs:
|
|||||||
run: sudo apt install valgrind
|
run: sudo apt install valgrind
|
||||||
|
|
||||||
- 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
|
||||||
|
2
.github/workflows/why2-logger-test.yml
vendored
2
.github/workflows/why2-logger-test.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -60,6 +59,7 @@ jobs:
|
|||||||
run: sudo apt install valgrind
|
run: sudo apt install valgrind
|
||||||
|
|
||||||
- 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
|
||||||
|
2
.github/workflows/why2-project.yml
vendored
2
.github/workflows/why2-project.yml
vendored
@ -36,7 +36,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
@ -54,6 +53,7 @@ jobs:
|
|||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- 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