Skip to content

docs/doc.md: Don't link to developer-old.gnome.org #4

docs/doc.md: Don't link to developer-old.gnome.org

docs/doc.md: Don't link to developer-old.gnome.org #4

Workflow file for this run

name: "CMake: gcc"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
cmake .
make
- name: Test
run: make test