From 801d453a3dd73a5bd43e77fc50b0b5291e4f8ba1 Mon Sep 17 00:00:00 2001 From: Yunfan Li <56597220+liyunfan1223@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:00:07 +0800 Subject: [PATCH] Update and rename cmake-multi-platform.yml to core-build.yml --- ...make-multi-platform.yml => core-build.yml} | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) rename .github/workflows/{cmake-multi-platform.yml => core-build.yml} (88%) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/core-build.yml similarity index 88% rename from .github/workflows/cmake-multi-platform.yml rename to .github/workflows/core-build.yml index 1d0836f3..2d9bd2d7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/core-build.yml @@ -27,9 +27,9 @@ jobs: build_type: [Release] c_compiler: [gcc, clang, cl] include: - - os: windows-latest - c_compiler: cl - cpp_compiler: cl + # - os: windows-latest + # c_compiler: cl + # cpp_compiler: cl - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ @@ -37,10 +37,10 @@ jobs: c_compiler: clang cpp_compiler: clang++ exclude: - - os: windows-latest - c_compiler: gcc - - os: windows-latest - c_compiler: clang + # - os: windows-latest + # c_compiler: gcc + # - os: windows-latest + # c_compiler: clang - os: ubuntu-latest c_compiler: cl @@ -51,12 +51,12 @@ jobs: repository: 'liyunfan1223/azerothcore-wotlk' ref: 'Playerbot' - - name: Set reusable strings - # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. - id: strings - shell: bash - run: | - echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" + # - name: Set reusable strings + # # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. + # id: strings + # shell: bash + # run: | + # echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - name: Clone Playerbot Module run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbot