Support textures via Kong and G4 and Direct3D 11 #1593
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |