mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
drop windows support
I am done, I could not take it anymore. Windows cross-compilation was driving me mad, I'll figure something else out... probably. I just can't deal with this anymore right now. It will be added back but I am so fucking tired of messing about with vcpkg and all that crap.
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -17,10 +17,7 @@ jobs:
|
|||||||
# the mega job containing all things we need to do, since setting up a single system is more efficient than installing the same stuff on multiple ones
|
# the mega job containing all things we need to do, since setting up a single system is more efficient than installing the same stuff on multiple ones
|
||||||
#
|
#
|
||||||
exec-ci-tasks:
|
exec-ci-tasks:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, windows-latest]
|
|
||||||
steps:
|
steps:
|
||||||
# general setup
|
# general setup
|
||||||
- name: checkout main branch
|
- name: checkout main branch
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,5 +18,4 @@
|
|||||||
*.lock
|
*.lock
|
||||||
/bin/
|
/bin/
|
||||||
/obj/
|
/obj/
|
||||||
/vcpkg_installed/
|
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
||||||
"dependencies": [
|
|
||||||
"glfw3",
|
|
||||||
"libarchive"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user