mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
14 lines
231 B
YAML
14 lines
231 B
YAML
language: c++
|
|
|
|
dist: bionic
|
|
|
|
before_script:
|
|
- git clone --depth=1 https://github.com/google/googletest/
|
|
- cd googletest
|
|
- cmake CMakeLists.txt
|
|
- make
|
|
- cd ..
|
|
- GTEST_DIR=./googletest make
|
|
|
|
script: make test
|