This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
samplers, clearing framebuffer #10
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: C/C++ CI | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install dependencies | |
run: sudo apt-get install libglfw3 libglfw3-dev libvulkan1 libvulkan-dev | |
- name: make linux-vulkan | |
run: make linux-vulkan |