Skip to content

Commit

Permalink
remove unity build because it gives opposite info about std::move as …
Browse files Browse the repository at this point in the history
…compiler. remove windows builds because we do not do windows
  • Loading branch information
matthewvon committed Jan 22, 2025
1 parent d731558 commit 6b53b82
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,20 +867,7 @@ workflows:
jobs-linux-other-checks:
jobs:
- build-linux-clang10-clang-analyze
- build-linux-unity-and-headers
- build-linux-mini-crashtest
jobs-windows:
jobs:
- build-windows:
name: "build-windows-vs2019"
- build-windows:
name: "build-windows-vs2019-cxx20"
extra_cmake_opt: -DCMAKE_CXX_STANDARD=20
- build-windows:
name: "build-windows-vs2017"
vs_year: "2017"
cmake_generator: "Visual Studio 15 Win64"
- build-cmake-mingw
jobs-java:
jobs:
- build-linux-java
Expand Down

0 comments on commit 6b53b82

Please sign in to comment.