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
|
||||
client: ./out/why2-chat-client
|
||||
server: ./out/why2-chat-server
|
||||
configure: configure.sh
|
||||
configure: ./configure.sh
|
||||
|
||||
steps:
|
||||
- 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
|
||||
output: ./out/why2-core-test
|
||||
valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s
|
||||
configure: configure.sh
|
||||
configure: ./configure.sh
|
||||
app: why2
|
||||
|
||||
steps:
|
||||
|
2
.github/workflows/why2-logger-test.yml
vendored
2
.github/workflows/why2-logger-test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
output: ./out/why2-logger-test
|
||||
configure: configure.sh
|
||||
configure: ./configure.sh
|
||||
valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s
|
||||
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 ]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
configure: configure.sh
|
||||
test: test
|
||||
configure: ./configure.sh
|
||||
test: ./test
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user