Working on Github Actions
This commit is contained in:
parent
544e3f0b84
commit
42a27b9984
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
-S helloworld \
|
||||
-B build_hello_world \
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
|
||||
-DCMAKE_EXE_LINKER_FLAGS=-no-pie
|
||||
-DCMAKE_EXE_LINKER_FLAGS=-no-pie \
|
||||
-G "${{ matrix.config.generators }}"
|
||||
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
|
||||
ls -la build_hello_world
|
||||
|
|
Loading…
Reference in New Issue
Block a user