mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 12:26:19 -04:00
ci: remove travis
This commit is contained in:
parent
dda00cc443
commit
9c4ffd6e29
11
.travis.yml
11
.travis.yml
@ -1,11 +0,0 @@
|
||||
language: cpp
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- mkdir -p build && cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DSUBPROCESS_TESTS=ON ..
|
||||
- cmake --build . --config Debug -- -j $(nproc)
|
||||
- ctest -j $(nproc) --output-on-failure
|
Loading…
x
Reference in New Issue
Block a user