Skip to content

project: refactor some code #17

project: refactor some code

project: refactor some code #17

Workflow file for this run

name: Makefile CI (Test customfetch)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Packages
run: sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev pkg-config libpci-dev libgtkmm-3.0-dev -y
- name: Clean
run: make clean
- name: Compile
run: make DEBUG=0 VENDOR_TEST=1 GUI_SUPPORT=1
- name: Test customfetch
run: ./build/release/cufetch