mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Updated to require C++17 and use exceptions.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
$CXX --version
|
||||
- name: Script
|
||||
run: |
|
||||
ARGS=( -std=gnu++14 -Wall -g -Og )
|
||||
ARGS=( -std=gnu++17 -Wall -g -Og )
|
||||
if [[ $CXX == clang* ]]; then
|
||||
ARGS+=( -fsanitize=address,undefined,integer )
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user