walltaker95/.forgejo/workflows/build.yaml
Un conejo 9d938f8bc2
All checks were successful
/ test (push) Successful in 21m17s
gosh darn it
2025-05-25 22:58:56 -04:00

19 lines
642 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: cachyos/docker-makepkg:latest
steps:
- run: |
paru --noconfirm -Syu 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