Skip to content

test: 🚸 Fixed Action and added files to gitignore #4

test: 🚸 Fixed Action and added files to gitignore

test: 🚸 Fixed Action and added files to gitignore #4

Workflow file for this run

name: Build and Run
on:
push: {}
jobs:
build-and-run:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up MSYS2
uses: msys2/setup-msys2@v2
with:
install: >-
base-devel
mingw-w64-x86_64-gcc
update: true
- name: Build with Make
shell: msys2 {0}
run: make
- name: Run Hulk
shell: msys2 {0}
run: ./hulk.exe