Skip to content

Commit

Permalink
Remove unitybuild & unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Oct 25, 2023
1 parent e30b9e8 commit 1810ef3
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 138 deletions.
13 changes: 0 additions & 13 deletions scripts/ci/build_apple_clang_python310.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/ci/build_apple_clang_python311.sh

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/ci/build_clang.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/ci/build_gcc_python310.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/ci/build_gcc_python311.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/ci/build_msvc_python310.cmd

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/ci/build_msvc_python311.cmd

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/ci/build_rtd_docu.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/ci/build_sumo.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/ci/gh_build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ set -e
echo Using ${CC} and ${CXX}
numcpus=$(nproc)
mkdir build && cd build
cmake .. -DBUILD_TESTS=ON -DWERROR=ON -DCMAKE_UNITY_BUILD=ON
cmake .. -DBUILD_TESTS=ON -DWERROR=ON
cmake --build . -- -j ${numcpus} -- VERBOSE=1
cmake --build . -t tests -- -j ${numcpus} -- VERBOSE=1
4 changes: 0 additions & 4 deletions scripts/ci/make_python_dist.sh

This file was deleted.

0 comments on commit 1810ef3

Please sign in to comment.