mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor github actions cleanup.
This commit is contained in:
parent
a0ec7c3f8a
commit
e807235b8b
4
.github/workflows/cmake_actions.yml
vendored
4
.github/workflows/cmake_actions.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
build:
|
||||
name:
|
||||
Build with cmake
|
||||
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
sudo apt-get -y install zlib1g-dev
|
||||
sudo apt-get -y install libminizip-dev
|
||||
sudo apt-get -y install libssl-dev
|
||||
|
||||
|
||||
- name: Configure CMake
|
||||
working-directory: ${{ github.workspace }}/cmake
|
||||
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
|
||||
|
||||
- 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
|
||||
run: ${{ matrix.make_flags }} make test_cpp V=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user