try 10
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -115,16 +115,10 @@ jobs:
|
|||||||
sudo apt-get install -y unzip
|
sudo apt-get install -y unzip
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
||||||
# Create build directory
|
|
||||||
- name: Create Build Directory
|
|
||||||
shell: bash
|
|
||||||
run: mkdir -p "${{github.workspace}}/build"
|
|
||||||
|
|
||||||
# Configure CMake
|
# Configure CMake
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{github.workspace}}/build
|
|
||||||
run: >
|
run: >
|
||||||
cmake ${{github.workspace}}
|
cmake -B ${{github.workspace}}/build -S ${{github.workspace}}
|
||||||
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||||
-DTINYTEST_BUILD_SHARED_LIBS=${{ matrix.shared_libs }}
|
-DTINYTEST_BUILD_SHARED_LIBS=${{ matrix.shared_libs }}
|
||||||
-DBUILD_TESTING=ON
|
-DBUILD_TESTING=ON
|
||||||
|
|||||||
Reference in New Issue
Block a user