Update pipeline
This commit is contained in:
@@ -84,9 +84,9 @@ jobs:
|
|||||||
mkdir -p build/relwithdeb
|
mkdir -p build/relwithdeb
|
||||||
cd build/relwithdeb
|
cd build/relwithdeb
|
||||||
if [ "${{ matrix.target }}" = "windows" ]; then
|
if [ "${{ matrix.target }}" = "windows" ]; then
|
||||||
CPM_SOURCE_CACHE="~/.cache/CPM/" cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDeb -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
|
CPM_SOURCE_CACHE="~/.cache/CPM/" cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
|
||||||
else
|
else
|
||||||
CPM_SOURCE_CACHE="~/.cache/CPM/" cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDeb
|
CPM_SOURCE_CACHE="~/.cache/CPM/" cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build debug
|
- name: Build debug
|
||||||
|
|||||||
Reference in New Issue
Block a user