Revision b271ec54df4547dd63db6b84efc5b5ecd57750a7 authored by Laurent Rineau on 04 September 2020, 13:18:51 UTC, committed by Laurent Rineau on 04 September 2020, 13:18:51 UTC
1 parent bd4ee18
Raw File
ccpp.yml
name: C/C++ CI

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest
    
    steps:
    - name: configure all
      run: cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON .
back to top