mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 00:42:05 +08:00
Make CI labels more consistent
This commit is contained in:
parent
0c1d21a490
commit
7c6e91f3bc
12
.github/workflows/build-cmake.yml
vendored
12
.github/workflows/build-cmake.yml
vendored
@ -29,18 +29,18 @@ jobs:
|
||||
CXXFLAGS: ${{ matrix.CXXFLAGS }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.11.1
|
||||
with:
|
||||
version: ${{ matrix.qt_version }}
|
||||
|
||||
- name: cmake
|
||||
run: cmake . ${{ matrix.additional_arguments }}
|
||||
|
||||
- name: cmake build
|
||||
run: cmake --build .
|
||||
- name: Build library
|
||||
run: |
|
||||
cmake . ${{ matrix.additional_arguments }}
|
||||
cmake --build .
|
||||
|
||||
- name: Build example - basic (cmake)
|
||||
working-directory: examples/basic/
|
||||
|
Loading…
Reference in New Issue
Block a user