Skip to content

Commit

Permalink
Incrementally setting up github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tilkinsc committed Jun 7, 2023
1 parent 8ceb30d commit 3bd860a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compiler version
run: gcc --version
- name: make tests
run: make tests
- name: Test C
Expand All @@ -31,6 +33,8 @@ jobs:
- uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- name: Compiler version
run: gcc --version
- name: make tests
run: make tests
- name: Test C
Expand Down

0 comments on commit 3bd860a

Please sign in to comment.