Skip to content

Remake temp phys/collision engine #16

Remake temp phys/collision engine

Remake temp phys/collision engine #16

Workflow file for this run

name: Windows Build
on:
push:
branches:
- main
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install packages
run: |
choco install mingw
choco install glfw3
- name: Configure build
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../
- name: Build project
run: |
dir
dir ../
pwd
make
# - name: Run tests
# run: |
# cd build
# ctest --output-on-failure