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
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@ -20,4 +17,4 @@ script:
|
||||
- ./clang_tables
|
||||
- clang++ -Wall -g -fsanitize=address graphs.cpp -o clang_graphs
|
||||
- ./clang_graphs
|
||||
- cppcheck --error-exitcode=1 .
|
||||
- cppcheck --enable=all --error-exitcode=1 .
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <iomanip>
|
||||
#include <cwchar>
|
||||
#include <clocale>
|
||||
#include <cstdlib>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
// Run: ./tables
|
||||
|
||||
#include <cctype>
|
||||
// #include <cstdlib>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include "tables.hpp"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <iomanip>
|
||||
#include <cwchar>
|
||||
#include <clocale>
|
||||
#include <cstdlib>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user