propose architectural change with graphics object store #123
Workflow file for this run
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: CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Build Dependencies | |
run: | | |
sudo apt update | |
sudo apt-get install cmake gettext libgtk-3-dev libappindicator3-dev libxi-dev | |
- name: Build | |
run: | | |
mkdir build | |
cd build | |
cmake .. && make |