using absolute paths in workflow
This commit is contained in:
parent
2758a32bb8
commit
4244d2687e
2
.github/workflows/why2-chat-build.yml
vendored
2
.github/workflows/why2-chat-build.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
client: ./out/why2-chat-client
|
client: ./out/why2-chat-client
|
||||||
server: ./out/why2-chat-server
|
server: ./out/why2-chat-server
|
||||||
configure: configure.sh
|
configure: ./configure.sh
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
2
.github/workflows/why2-core-test.yml
vendored
2
.github/workflows/why2-core-test.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
output: ./out/why2-core-test
|
output: ./out/why2-core-test
|
||||||
valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s
|
valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s
|
||||||
configure: configure.sh
|
configure: ./configure.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/why2-logger-test.yml
vendored
2
.github/workflows/why2-logger-test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
output: ./out/why2-logger-test
|
output: ./out/why2-logger-test
|
||||||
configure: configure.sh
|
configure: ./configure.sh
|
||||||
valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s
|
valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s
|
||||||
app: why2-logger
|
app: why2-logger
|
||||||
|
|
||||||
|
4
.github/workflows/why2-project.yml
vendored
4
.github/workflows/why2-project.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
|||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
configure: configure.sh
|
configure: ./configure.sh
|
||||||
test: test
|
test: ./test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user