mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-05-05 21:41:12 +08:00
Updated Travis CI.
This commit is contained in:
parent
858dbafac0
commit
9ab5df4231
@ -1,7 +1,4 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -20,4 +17,4 @@ script:
|
|||||||
- ./clang_tables
|
- ./clang_tables
|
||||||
- clang++ -Wall -g -fsanitize=address graphs.cpp -o clang_graphs
|
- clang++ -Wall -g -fsanitize=address graphs.cpp -o clang_graphs
|
||||||
- ./clang_graphs
|
- ./clang_graphs
|
||||||
- cppcheck --error-exitcode=1 .
|
- cppcheck --enable=all --error-exitcode=1 .
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <cwchar>
|
#include <cwchar>
|
||||||
#include <clocale>
|
#include <clocale>
|
||||||
|
#include <cstdlib>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
// Run: ./tables
|
// Run: ./tables
|
||||||
|
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
// #include <cstdlib>
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "tables.hpp"
|
#include "tables.hpp"
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <cwchar>
|
#include <cwchar>
|
||||||
#include <clocale>
|
#include <clocale>
|
||||||
|
#include <cstdlib>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user