Compare commits

..

No commits in common. "d0236d314747a5e850e0acbf4f3a690e550e518e" and "b482cef07f9dbdc5776f870557679a6200b7aea7" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -6,9 +6,7 @@ jobs:
image: cachyos/docker-makepkg:latest
steps:
- run: |
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
paru --noconfirm -Sy git cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
@ -16,4 +14,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: walltaker95/build/wt95.exe
path: build/wt95.exe

1
.gitignore vendored
View file

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