mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-14 16:32:06 +08:00
GitHub Actions Alternative build command
This commit is contained in:
parent
e70a0e7e3d
commit
b25e62409b
12
.github/workflows/build-cmake.yml
vendored
12
.github/workflows/build-cmake.yml
vendored
@ -21,19 +21,19 @@ jobs:
|
||||
version: ${{ matrix.qt_version }}
|
||||
|
||||
- name: cmake
|
||||
run: cmake .
|
||||
|
||||
- name: cmake build
|
||||
run: cmake --build .
|
||||
|
||||
- name: make
|
||||
run: make
|
||||
|
||||
- name: Build example - basic (cmake)
|
||||
run: cmake --build . && make
|
||||
run: cmake . && make
|
||||
working-directory: examples/basic/
|
||||
|
||||
- name: Build example - calculator (cmake)
|
||||
run: cmake --build . && make
|
||||
run: cmake . && make
|
||||
working-directory: examples/calculator/
|
||||
|
||||
- name: Build example - sending_arguments (cmake)
|
||||
run: cmake --build . && make
|
||||
run: cmake . && make
|
||||
working-directory: examples/sending_arguments/
|
||||
|
Loading…
Reference in New Issue
Block a user