walltaker95/.forgejo/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: could not find expected ':'
2025-05-25 14:19:07 -04:00

19 lines
458 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: cachyos/cachyos
steps:
- run: |
mkdir builddir
cd builddir
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 ../
cmake --build .
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: wt95.exe