Skip to content

CI: Publish the generated libsigc++-3.0.tag file #231

CI: Publish the generated libsigc++-3.0.tag file

CI: Publish the generated libsigc++-3.0.tag file #231

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