mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Minor github actions cleanup.
This commit is contained in:
parent
a0ec7c3f8a
commit
e807235b8b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/cmake_actions.yml
vendored
4
.github/workflows/cmake_actions.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name:
|
name:
|
||||||
Build with cmake
|
Build with cmake
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
sudo apt-get -y install zlib1g-dev
|
sudo apt-get -y install zlib1g-dev
|
||||||
sudo apt-get -y install libminizip-dev
|
sudo apt-get -y install libminizip-dev
|
||||||
sudo apt-get -y install libssl-dev
|
sudo apt-get -y install libssl-dev
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{ github.workspace }}/cmake
|
working-directory: ${{ github.workspace }}/cmake
|
||||||
run: cmake .. -DBUILD_TESTS=${{ matrix.tests }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
|
run: cmake .. -DBUILD_TESTS=${{ matrix.tests }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
|
||||||
|
|
|
||||||
2
.github/workflows/make_actions.yml
vendored
2
.github/workflows/make_actions.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
run: ${{ matrix.make_flags }} make test_unit V=1
|
run: ${{ matrix.make_flags }} make test_unit V=1
|
||||||
|
|
||||||
- name: test functional
|
- name: test functional
|
||||||
run: ${{ matrix.make_flags }} make test_functional V=1
|
run: ${{ matrix.make_flags }} make test_functional V=1 -j
|
||||||
|
|
||||||
- name: test cpp
|
- name: test cpp
|
||||||
run: ${{ matrix.make_flags }} make test_cpp V=1
|
run: ${{ matrix.make_flags }} make test_cpp V=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue