Skip to content

Commit 474416c

Browse files
committed
2 parents 6366e7d + b6e122e commit 474416c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C/C++ CI
1+
name: build_all
22

33
on:
44
push:
@@ -13,5 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: build_all
17-
run: ./build_all.sh
16+
- name: build_all_clang
17+
run: ./build_all_clang.sh
18+
- name: build_all_gcc
19+
run: ./build_all_gcc.sh

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Code samples from the book *Professional Programming Tools for C and C++* by Anton Gerdelan and Katja Žibrek.
44
The book information page is at [http://antongerdelan.net/pro_programming_tools_book/](http://antongerdelan.net/pro_programming_tools_book/).
55

6+
![](https://github.com/capnramses/pro_programming_tools_c_cpp/workflows/build_all/badge.svg)
7+
68
## How to use this Repository
79

810
* This repository is split into folders, one for each code example.

0 commit comments

Comments
 (0)