mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-19 10:34:26 +03:00
Feb 15th 2023 update
This commit is contained in:
21
external/graphqlparser/.travis.yml
vendored
Normal file
21
external/graphqlparser/.travis.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
language: cpp
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- valgrind
|
||||
|
||||
before_install:
|
||||
# Versions of g++ prior to 4.8 don't have very good C++11 support.
|
||||
- wget https://codeload.github.com/google/googletest/zip/release-1.8.0
|
||||
&& cd test
|
||||
&& unzip ../release-1.8.0
|
||||
&& cd ..
|
||||
&& rm release-1.8.0
|
||||
|
||||
script: mkdir build && cd build && cmake .. -Dtest=ON -DCMAKE_BUILD_TYPE=Debug && make && test/runTests && make memcheck
|
||||
Reference in New Issue
Block a user