Skip to content

[Windows] Make "borderless" and "on top" window styles function as expected #1599

[Windows] Make "borderless" and "on top" window styles function as expected

[Windows] Make "borderless" and "on top" window styles function as expected #1599

Workflow file for this run

name: macOS (Metal)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Get Submodules
run: ./get_dlc
- name: Compile
run: ./make -g metal --kinc . --from Tests/Empty --compile
- name: Compile and Run Test 2 (SIMD)
run: ./make --kinc . --from Tests/SIMD --compile --run