Skip to content

Commit

Permalink
purge the buildscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FyiurAmron committed Jun 27, 2024
1 parent 088482b commit c48a81d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 76 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
run: |
ccache --zero-stats
source /opt/qt5*/bin/qt5*-env.sh || true
mkdir build && cd build
cmake .. $CMAKE_OPTS -DCMAKE_INSTALL_PREFIX=./install
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=./install $CMAKE_OPTS
- name: Build
run: cmake --build build
- name: Run tests
Expand Down Expand Up @@ -194,8 +193,7 @@ jobs:
- name: Configure
run: |
ccache --zero-stats
mkdir build && cd build
../cmake/build_win${{ matrix.arch }}.sh
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=./install $CMAKE_OPTS
- name: Build
run: cmake --build build
- name: Package
Expand Down
27 changes: 0 additions & 27 deletions cmake/build_mingw.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmake/build_win32.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmake/build_win64.sh

This file was deleted.

2 changes: 0 additions & 2 deletions cmake/toolchains/MinGW-W64-32.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions cmake/toolchains/MinGW-W64-64.cmake

This file was deleted.

24 changes: 0 additions & 24 deletions cmake/toolchains/common/MinGW-W64.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions cmake/toolchains/common/Win32.cmake

This file was deleted.

5 changes: 0 additions & 5 deletions cmake/toolchains/common/Win64.cmake

This file was deleted.

0 comments on commit c48a81d

Please sign in to comment.