mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-09-24 09:28:06 +08:00
Fixed CI.
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 -Og -fsanitize=address,undefined tables.cpp -o tables
|
||||
$CXX -std=c++17 -Wall -g -Og -fsanitize=address,undefined tables.cpp -o tables
|
||||
./tables
|
||||
$CXX -Wall -g -Og -fsanitize=address,undefined graphs.cpp -o graphs
|
||||
$CXX -std=c++17 -Wall -g -Og -fsanitize=address,undefined graphs.cpp -o graphs
|
||||
./graphs
|
||||
- name: Cppcheck
|
||||
run: cppcheck --enable=all .
|
||||
|
Reference in New Issue
Block a user