mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
add workflow step to check if default build directory is not exist
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user