mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 20:44:35 +03:00
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@@ -20,10 +20,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Htest -Bbuild
|
run: cmake -Htest -Bbuild -DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build --config Debug -j4
|
run: cmake --build build -j4
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/standalone.yml
vendored
2
.github/workflows/standalone.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Hstandalone -Bbuild
|
run: cmake -Hstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build -j4
|
run: cmake --build build -j4
|
||||||
|
|||||||
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Htest -Bbuild -DENABLE_TEST_COVERAGE=1
|
run: cmake -Htest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build --config Debug -j4
|
run: cmake --build build -j4
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user