mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Remove TravisCI.
This commit is contained in:
parent
e807235b8b
commit
1556ddfec7
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -85,9 +85,9 @@ If you have `valgrind` installed you can use the test suite to check for memory
|
|||||||
```
|
```
|
||||||
|
|
||||||
When you push your changes they will also be tested automatically using
|
When you push your changes they will also be tested automatically using
|
||||||
[Travis CI][travis].
|
[GitHub Actions][actions].
|
||||||
|
|
||||||
[Travis]: https://travis-ci.org/jmcnamara/libxlsxwriter/
|
[actions]: https://github.com/jmcnamara/libxlsxwriter/actions
|
||||||
[pytest]: http://pytest.org/
|
[pytest]: http://pytest.org/
|
||||||
|
|
||||||
|
|
||||||
|
42
.travis.yml
42
.travis.yml
@ -1,42 +0,0 @@
|
|||||||
language: c
|
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CFLAGS='-Werror'
|
|
||||||
- NO_VALGRIND=1 USE_STANDARD_TMPFILE=1 CFLAGS='-Werror'
|
|
||||||
- NO_VALGRIND=1 CFLAGS='-Werror -m32'
|
|
||||||
- NO_VALGRIND=1 USE_SYSTEM_MINIZIP=1 CFLAGS='-Werror'
|
|
||||||
- NO_VALGRIND=1 USE_DTOA_LIBRARY=1 CFLAGS='-Werror'
|
|
||||||
- NO_VALGRIND=1 USE_NO_MD5=1 CFLAGS='-Werror'
|
|
||||||
- NO_VALGRIND=1 USE_OPENSSL_MD5=1 CFLAGS='-Werror'
|
|
||||||
- NO_VALGRIND=1 USE_FMEMOPEN=1 CFLAGS='-Werror'
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
update: true
|
|
||||||
packages:
|
|
||||||
- gcc-multilib
|
|
||||||
- libminizip-dev
|
|
||||||
- libssl-dev
|
|
||||||
- valgrind
|
|
||||||
- zlib1g-dev
|
|
||||||
- zlib1g-dev:i386
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- sudo pip install pytest
|
|
||||||
|
|
||||||
script:
|
|
||||||
- make V=1
|
|
||||||
- make test_functional V=1
|
|
||||||
- make test_unit V=1
|
|
||||||
- make examples V=1
|
|
||||||
- make test_valgrind V=1
|
|
||||||
- sudo make install V=1
|
|
||||||
- sudo make uninstall V=1
|
|
||||||
- make test_cmake V=1
|
|
||||||
- make clean V=1
|
|
@ -181,9 +181,9 @@ If you have `valgrind` installed you can use the test suite to check for memory
|
|||||||
```
|
```
|
||||||
|
|
||||||
When you push your changes they will also be tested automatically using
|
When you push your changes they will also be tested automatically using
|
||||||
[Travis CI][travis].
|
[GitHub Actions][actions].
|
||||||
|
|
||||||
[Travis]: https://travis-ci.org/jmcnamara/libxlsxwriter/
|
[actions]: https://github.com/jmcnamara/libxlsxwriter/actions
|
||||||
[pytest]: http://pytest.org/
|
[pytest]: http://pytest.org/
|
||||||
|
|
||||||
|
|
||||||
|
@ -86,10 +86,11 @@ Then run the tests:
|
|||||||
make test_valgrind
|
make test_valgrind
|
||||||
|
|
||||||
|
|
||||||
@section tests_travis Travis Continuous Integration
|
@section tests_ci GitHub Actions Continuous Integration
|
||||||
|
|
||||||
Libxlsxwriter is configured to run all tests in [Travis Continuous
|
Libxlsxwriter is configured to run all tests with [GitHub Actions Continuous
|
||||||
Integration](https://travis-ci.org/jmcnamara/libxlsxwriter) for each commit.
|
Integration](https://github.com/jmcnamara/libxlsxwriter/actions) for each
|
||||||
|
commit.
|
||||||
|
|
||||||
|
|
||||||
Next: @ref faq
|
Next: @ref faq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user