mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-09-24 01:18:06 +08:00
Updated to support and use modern C++ features and added more examples.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -27,9 +27,9 @@ jobs:
|
||||
$CXX --version
|
||||
- name: Script
|
||||
run: |
|
||||
$CXX -Wall -g -fsanitize=address,undefined tables.cpp -o tables
|
||||
$CXX -Wall -g -Og -fsanitize=address,undefined tables.cpp -o tables
|
||||
./tables
|
||||
$CXX -Wall -g -fsanitize=address,undefined graphs.cpp -o graphs
|
||||
$CXX -Wall -g -Og -fsanitize=address,undefined graphs.cpp -o graphs
|
||||
./graphs
|
||||
- name: Cppcheck
|
||||
run: cppcheck --enable=all .
|
||||
|
Reference in New Issue
Block a user