Revision ff74e7f6e89013c6b08d86369d90f7c35c330a2b authored by Laurent Rineau on 31 July 2020, 13:52:12 UTC, committed by Laurent Rineau on 31 July 2020, 13:52:12 UTC
2 parent s 6411035 + 9339ce6
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