Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/michael105/slterm into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
michael105 committed Jan 26, 2025
2 parents a11f901 + 1e4dd0a commit bf95093
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/c-cpp.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/c-cpp2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: C/C++ CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: requisites
run: sudo apt-get install libfreetype-dev x11proto-dev fontconfig libx11-dev libxft-dev python3-docutils
- name: make
run: make

0 comments on commit bf95093

Please sign in to comment.