Skip to content

Commit

Permalink
Update C-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
algebrato authored Jul 4, 2020
1 parent e78310c commit 31fe4af
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
- name: Create Build Dir
run: mkdir build
- name: run cmake
run: cd build; cmake ..
- name: compile
run: cd build; make

0 comments on commit 31fe4af

Please sign in to comment.