Compare commits

..

2 commits

Author SHA1 Message Date
d0236d3147 Merge branch 'master' of https://git.meow.boutique/conejo/walltaker95
Some checks failed
/ test (push) Failing after 20m0s
2025-05-25 15:15:03 -04:00
b6405bda36 Merge branch 'master' of https://git.meow.boutique/conejo/walltaker95 2025-05-25 15:14:59 -04:00
2 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,9 @@ jobs:
image: cachyos/docker-makepkg:latest
steps:
- run: |
paru --noconfirm -Sy git cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl
paru --noconfirm -Sy git cmake mingw-w64-gcc mingw-w64-crt mingw-w64-binutils mingw-w64-headers mingw-w64-curl mingw-w64-openssl
git clone https://git.meow.boutique/conejo/walltaker95.git
cd walltaker95
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
@ -14,4 +16,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: build/wt95.exe
path: walltaker95/build/wt95.exe

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
*.exe
*.res
build/
*.kate-swp