mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-18 18:01:20 +00:00
add workflow step to check if default build directory is not exist
This commit is contained in:
parent
e580c4b6e5
commit
82c154010f
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -46,3 +46,6 @@ jobs:
|
||||
|
||||
- name: Run build result
|
||||
run: test/build/hello_world
|
||||
|
||||
- name: Check if default build directory is not exist
|
||||
run: test ! -d build
|
||||
|
Loading…
Reference in New Issue
Block a user