|
@@ -25,7 +25,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Configure CMake
|
|
|
run: cmake -B ${{github.workspace}}/Build/Linux_${{matrix.build_type}}_${{matrix.clang_version}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=${{matrix.clang_version}} -DDOUBLE_PRECISION=${{matrix.double_precision}} Build
|
|
|
- name: Build
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Configure CMake
|
|
|
run: cmake -B ${{github.workspace}}/Build/Linux_${{matrix.build_type}}_${{matrix.clang_version}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=${{matrix.clang_version}} -DBUILD_SHARED_LIBS=Yes Build
|
|
|
- name: Build
|
|
@@ -65,7 +65,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Configure CMake
|
|
|
run: cmake -B ${{github.workspace}}/Build/Linux_${{matrix.build_type}}_${{matrix.clang_version}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=${{matrix.clang_version}} Build
|
|
|
- name: Build
|
|
@@ -87,7 +87,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Setup MSYS2
|
|
|
uses: msys2/setup-msys2@v2
|
|
|
with:
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Add msbuild to PATH
|
|
|
uses: microsoft/[email protected]
|
|
|
- name: Configure CMake
|
|
@@ -134,7 +134,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Add msbuild to PATH
|
|
|
uses: microsoft/[email protected]
|
|
|
- name: Configure CMake
|
|
@@ -155,7 +155,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Add msbuild to PATH
|
|
|
uses: microsoft/[email protected]
|
|
|
- name: Configure CMake
|
|
@@ -176,7 +176,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Add msbuild to PATH
|
|
|
uses: microsoft/[email protected]
|
|
|
- name: Configure CMake
|
|
@@ -194,7 +194,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Add msbuild to PATH
|
|
|
uses: microsoft/[email protected]
|
|
|
- name: Configure CMake
|
|
@@ -213,7 +213,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Add msbuild to PATH
|
|
|
uses: microsoft/[email protected]
|
|
|
- name: Configure CMake
|
|
@@ -235,7 +235,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Configure CMake
|
|
|
# github macos-latest runs on a 2013 Ivy Bridge CPU so doesn't have AVX2, LZCNT, TZCNT or FMADD
|
|
|
run: cmake -B ${{github.workspace}}/Build/MacOS_${{matrix.build_type}}_${{matrix.clang_version}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=${{matrix.clang_version}} -DUSE_AVX2=OFF -DUSE_AVX512=OFF -DUSE_LZCNT=OFF -DUSE_TZCNT=OFF -DUSE_FMADD=OFF Build
|
|
@@ -253,7 +253,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Setup Java
|
|
|
uses: actions/setup-java@v3
|
|
|
with:
|
|
@@ -271,7 +271,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout Code
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Configure CMake
|
|
|
run: cmake -B ${{github.workspace}}/Build/XCode_iOS -DTARGET_HELLO_WORLD=OFF -DTARGET_PERFORMANCE_TEST=OFF -DCMAKE_SYSTEM_NAME=iOS -GXcode Build
|
|
|
- name: Build
|