walltaker95/.forgejo/workflows/build.yaml
Un conejo aea5e66442
Some checks failed
/ test (push) Failing after 19m17s
if this doesn't work i'm going to bed
2025-05-25 15:37:40 -04:00

19 lines
641 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: cachyos/docker-makepkg:latest
steps:
- run: |
paru --noconfirm -Sy git nodejs 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 ../
cmake --build .
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: walltaker95/build/wt95.exe