This commit is contained in:
Nick Martin 2025-05-25 14:48:43 -04:00
commit b6405bda36
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