mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Update cmake.yml
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}}
|
||||
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seer
|
||||
|
||||
- name: Build Result
|
||||
run: cd src; ls -l build/
|
||||
|
||||
Reference in New Issue
Block a user