Skip to content

Commit

Permalink
disable extactors build for daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Nov 4, 2023
1 parent 72b13c5 commit d9c48b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-classic-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BOTS_BRANCH: "master"
CORE_REPO_OWNER: ${{github.repository_owner}}
BUILD_TYPE: RelWithDebInfo
BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_ACHIEVEMENTS=ON -DBUILD_GIT_ID=ON"
BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_ACHIEVEMENTS=ON -DBUILD_GIT_ID=ON"
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-tbc-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BOTS_BRANCH: "master"
CORE_REPO_OWNER: ${{github.repository_owner}}
BUILD_TYPE: RelWithDebInfo
BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON"
BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON"
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-wotlk-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BOTS_BRANCH: "master"
CORE_REPO_OWNER: ${{github.repository_owner}}
BUILD_TYPE: RelWithDebInfo
BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON"
BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON"
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
Expand Down

0 comments on commit d9c48b3

Please sign in to comment.