mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
run mscp -h last on ci build
This commit is contained in:
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@@ -36,3 +36,5 @@ jobs:
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Run
|
||||
run: ${{github.workspace}}/build/mscp -h
|
||||
|
||||
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
@@ -31,3 +31,5 @@ jobs:
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Run
|
||||
run: ${{github.workspace}}/build/mscp -h
|
||||
|
||||
Reference in New Issue
Block a user