Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Version 0.2.1
  • Loading branch information
maciejopalinski committed Dec 31, 2021
2 parents 3b10a85 + 698b17c commit ead9cbf
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
name: C/C++ CI

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

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: make all
run: make all
steps:
- uses: actions/checkout@v2

- name: Install GoogleTest
run: sudo apt install libgtest-dev

- name: Compile
run: make all

- name: Run tests
run: make test

0 comments on commit ead9cbf

Please sign in to comment.